Qore openldap Module
1.0
|
Variables | |
const | OpenLdap::LDAP_SCOPE_BASE = LDAP_SCOPE_BASE |
limits the search scope to the object itself | |
const | OpenLdap::LDAP_SCOPE_CHILDREN = LDAP_SCOPE_CHILDREN |
limits the search scope to all of the descendants | |
const | OpenLdap::LDAP_SCOPE_ONELEVEL = LDAP_SCOPE_ONELEVEL |
limits the search scope to the object's immediate children | |
const | OpenLdap::LDAP_SCOPE_SUBTREE = LDAP_SCOPE_SUBTREE |
limits the search scope to the object and all its descendants |
const OpenLdap::LDAP_SCOPE_CHILDREN = LDAP_SCOPE_CHILDREN |
limits the search scope to all of the descendants
this option is only supported on LDAP servers that support the LDAP Subordinates Search Scope extension