Qore openldap Module 1.2.3
Loading...
Searching...
No Matches
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
 
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

◆ LDAP_SCOPE_CHILDREN

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