The LDAP_SCOPE statement defines the search depth in the LDAP tree for LDAP searches.
Linux, UNIX, and Windows
LDAP_BASE, LDAP_FILTER, LDAP_LOGIN_ATTRIBUTE
No
LDAP_SCOPE={BASE|ONE|
SUBTREE
}
BASE
. PowerExchange searches only the entry at the base DN. As a result, only that entry is returned.
ONE
. PowerExchange searches all entries one level under the base DN, not including the base DN and not including subordinate entries.
SUBTREE
. PowerExchange searches the entry at the base DN and all entries at all levels under the base DN.
Default is SUBTREE.
The LDAP_SCOPE statement applies even if you define multiple LDAP_BASE statements. In this case, each base is searched using the same value that is specified for LDAP_SCOPE.