You are here

constant LDAP_SERVER_LDAP_QUERY_RECURSION_LIMIT in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_servers/ldap_servers.module \LDAP_SERVER_LDAP_QUERY_RECURSION_LIMIT
2 uses of LDAP_SERVER_LDAP_QUERY_RECURSION_LIMIT
LdapServer::groupUserMembershipsFromEntry in ldap_servers/LdapServer.class.php
get list of all groups that a user is a member of by querying groups
LdapServer::groupUserMembershipsFromUserAttr in ldap_servers/LdapServer.class.php
get list of all groups that a user is a member of by using memberOf attribute first, then if nesting is true, using group entries to find parent groups

File

ldap_servers/ldap_servers.module, line 5

Code

define('LDAP_SERVER_LDAP_QUERY_RECURSION_LIMIT', 10);