List of LDAP methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
(No difference)
|
Revision as of 22:28, 8 July 2011
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 |