List of LDAP methods

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The following are the available LDAP class methods.

MethodDescription
BindConnect to a remote LDAP server
ErrorNumberError number of the most recent LDAP error
ErrorTextError message of the most recent LDAP error
FindApproxRetrieve records with approximate attr values fromthe LDAP directory
FindEQRetrieve matching records from the LDAP directory
FindGERetrieve records with greater attr string values from the LDAP directory
FindLERetrieve records with lesser attr string values from the LDAP directory
FindStringInCommonNameRetrieve substring matching records from LDAP directory
NewCreate a new LDAP object
UnbindClose this LDAP connection

See also