List of LDAP methods
The following are the available LDAP class methods.
| Method | Description | 
|---|---|
| Bind | Connect to a remote LDAP server | 
| ErrorNumber | Error number of the most recent LDAP error | 
| ErrorText | Error message of the most recent LDAP error | 
| FindApprox | Retrieve records with approximate attr values fromthe LDAP directory | 
| FindEQ | Retrieve matching records from the LDAP directory | 
| FindGE | Retrieve records with greater attr string values from the LDAP directory | 
| FindLE | Retrieve records with lesser attr string values from the LDAP directory | 
| FindStringInCommonName | Retrieve substring matching records from LDAP directory | 
| New | Create a new LDAP object | 
| Unbind | Close this LDAP connection |