constant LDAP_SCOPE_SUBTREE in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_servers/ldap_servers.module \LDAP_SCOPE_SUBTREE
- 7.2 ldap_servers/ldap_servers.module \LDAP_SCOPE_SUBTREE
3 uses of LDAP_SCOPE_SUBTREE
- LdapQuery::fields in ldap_query/
LdapQuery.class.php - LdapServer::ldapQuery in ldap_servers/
LdapServer.class.php - ldap_query_update_7100 in ldap_query/
ldap_query.install - Add scope field to ldap_query table.
File
- ldap_servers/
ldap_servers.module, line 7
Code
define('LDAP_SCOPE_SUBTREE', 3);