constant LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE
- 7 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE
3 uses of LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE
- LdapAuthenticationTestCase::testUI in ldap_authentication/
tests/ ldap_authentication.test - Make sure user admin interface works.
- ldap_test_ldap_authentication_data in ldap_test/
ldap_authentication.conf.inc - _ldap_authentication_form_user_profile_form_alter in ldap_authentication/
ldap_authentication.inc - Alter user editing form (profile form) based on ldap authentication configuration.
File
- ldap_authentication/
ldap_authentication.module, line 28 - This module injects itself into Drupal's Authentication stack.
Code
define('LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE', 3);