constant LDAP_SERVERS_BIND_METHOD_ANON_USER in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_servers/ldap_servers.module \LDAP_SERVERS_BIND_METHOD_ANON_USER
- 7.2 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::user_lookup in ldap_servers/
LdapServer.class.php - Queries LDAP server for the user.
- LdapServer::__construct in ldap_servers/
LdapServer.class.php - Constructor Method
- ldap_servers_test_form in ldap_servers/
ldap_servers.test_form.inc - Implements the LDAP server test page.
- ldap_servers_test_form_submit in ldap_servers/
ldap_servers.test_form.inc - Submit hook for the LDAP server form.
File
- ldap_servers/
ldap_servers.module, line 36
Code
define('LDAP_SERVERS_BIND_METHOD_ANON_USER', 4);