|
Qore openldap Module
1.1
|
Classes | |
| class | LdapClient |
| The LdapClient class. More... | |
Variables | |
| const | LDAP_SCOPE_BASE = LDAP_SCOPE_BASE |
| limits the search scope to the object itself | |
| const | LDAP_SCOPE_CHILDREN = LDAP_SCOPE_CHILDREN |
| limits the search scope to all of the descendants More... | |
| const | LDAP_SCOPE_ONELEVEL = LDAP_SCOPE_ONELEVEL |
| limits the search scope to the object's immediate children | |
| const | LDAP_SCOPE_SUBTREE = LDAP_SCOPE_SUBTREE |
| limits the search scope to the object and all its descendants | |
| const | LDAP_MOD_ADD = "add" |
| for adding an entry | |
| const | LDAP_MOD_DELETE = "delete" |
| for deleting an entry | |
| const | LDAP_MOD_REPLACE = "replace" |
| for replacing an entry | |
| const | DefaultTimeout = 60s |
| the default timeout value | |
OpenLdap namespace.