List of LDAP methods: Difference between revisions
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.
| 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 |