You are here

constant LDAP_SCOPE_SUBTREE in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_servers/ldap_servers.module \LDAP_SCOPE_SUBTREE
  2. 7 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
Execute ldap query and return ldap records.
ldap_query_update_7100 in ldap_query/ldap_query.install
Add scope field to ldap_query table.

File

ldap_servers/ldap_servers.module, line 13

Code

define('LDAP_SCOPE_SUBTREE', 3);