An optional base DN, search scope and LDAP filter to restrict LDAP searches
for this attribute type.
syntax:
search_base[?scope?[filter][?search_base?scope?[filter]]*]
The scope can be one of "base", "onelevel" or "subtree". The scope functions
as specified in section 4.5.1.2 of http://tools.ietf.org/html/rfc4511
The filter must be a valid LDAP search filter as specified by
http://www.ietf.org/rfc/rfc2254.txt
For examples of this syntax, please refer to the
ldap_search_base
examples section.
Default: the value of ldap_search_base
Please note that specifying scope or filter is not supported for searches
against an Active Directory Server that might yield a large number of
results and trigger the Range Retrieval extension in the response.