List of LDAP methods

From m204wiki
Revision as of 22:28, 8 July 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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