Qore openldap Module  1.1
LDAP Search Scope Constants

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 More...
 
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
 

Detailed Description

Variable Documentation

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