You are here

constant LDAP_SERVER_MASSAGE_QUERY_LDAP in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_servers/ldap_servers.module \LDAP_SERVER_MASSAGE_QUERY_LDAP
  2. 7.2 ldap_servers/ldap_servers.module \LDAP_SERVER_MASSAGE_QUERY_LDAP
5 uses of LDAP_SERVER_MASSAGE_QUERY_LDAP
LdapServer::deriveFromAttrGroupsResursive in ldap_servers/LdapServer.class.php
not working yet will be ton of permission issues with service accounts need configurable obj type to avoid binding to a million user entries, printers, etc.
LdapServer::deriveFromEntryGroups in ldap_servers/LdapServer.class.php
return by reference groups/authorizations when groups are defined from entry
LdapServer::groupsByEntryIsMember in ldap_servers/LdapServer.class.php
looking at all members of a child group. only need to determine if member of one of the groups, doesn't matter which one.
LdapServer::user_lookup in ldap_servers/LdapServer.class.php
Queries LDAP server for the user.
ldap_server_massage_text in ldap_servers/ldap_servers.functions.inc
function to massage (change case, escape, unescape) ldap attribute names and values. The primary purpose of this is to articulate and ensure consistency across ldap modules.

File

ldap_servers/ldap_servers.module, line 46

Code

define('LDAP_SERVER_MASSAGE_QUERY_LDAP', 5);