You are here

constant LDAP_SERVERS_BIND_METHOD_ANON_USER in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_servers/ldap_servers.module \LDAP_SERVERS_BIND_METHOD_ANON_USER
  2. 7 ldap_servers/ldap_servers.module \LDAP_SERVERS_BIND_METHOD_ANON_USER
6 uses of LDAP_SERVERS_BIND_METHOD_ANON_USER
LdapAuthenticationConfAdmin::validate in ldap_authentication/LdapAuthenticationConfAdmin.class.php
Validate object, not form.
LdapServer::initDerivedProperties in ldap_servers/LdapServer.class.php
This method sets properties that don't directly map from db record.
LdapServer::userUserNameToExistingLdapEntry in ldap_servers/LdapServer.class.php
Queries LDAP server for the user.
ldap_authentication_test_credentials in ldap_authentication/ldap_authentication.inc
ldap_servers_test_form in ldap_servers/ldap_servers.test_form.inc
Implements the LDAP server test page.

... See full list

File

ldap_servers/ldap_servers.module, line 36

Code

define('LDAP_SERVERS_BIND_METHOD_ANON_USER', 4);