List of LDAP methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:32, 1 November 2011

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