constant LDAP_AUTHENTICATION_MIXED in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_MIXED
- 7 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_MIXED
4 uses of LDAP_AUTHENTICATION_MIXED
- LdapAuthenticationTestCase::testUI in ldap_authentication/
tests/ ldap_authentication.test - Make sure user admin interface works.
- ldap_authentication_show_ldap_help_link in ldap_authentication/
ldap_authentication.module - ldap_test_ldap_authentication_data in ldap_test/
ldap_authentication.conf.inc - _ldap_authentication_user_login_authenticate_validate in ldap_authentication/
ldap_authentication.inc - User form validation will take care of username, pwd fields this function validates ldap authentication specific.
File
- ldap_authentication/
ldap_authentication.module, line 13 - This module injects itself into Drupal's Authentication stack.
Code
define('LDAP_AUTHENTICATION_MIXED', 1);