You are here

constant LDAP_SERVER_LDAP_QUERY_CHUNK 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_CHUNK
2 uses of LDAP_SERVER_LDAP_QUERY_CHUNK
LdapServer::groupMembershipsFromEntryResursive in ldap_servers/LdapServer.class.php
recurse through all groups, adding parent groups to $all_group_dns array.
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 3

Code

define('LDAP_SERVER_LDAP_QUERY_CHUNK', 50);