LdapSearchScope
Description:
[ CCode ( cprefix = "GDA_LDAP_SEARCH_" , has_type_id = false ) ]
public enum LdapSearchScope
Defines the search scope of an LDAP search command, relative to the base object.
Content:
Enum values:
- BASE - search of the base object only
- ONELEVEL - search of immediate
children of the base object, but does not include the base object itself
- SUBTREE - search of the base object and
the entire subtree below the base object