constant LDAP_USER_ACCOUNTS_WITH_SAME_EMAIL_DISABLED in Lightweight Directory Access Protocol (LDAP) 7.2
3 uses of LDAP_USER_ACCOUNTS_WITH_SAME_EMAIL_DISABLED
- LdapUserConf::provisionDrupalAccount in ldap_user/
LdapUserConf.class.php - Given a drupal account, query ldap and get all user fields and save user account (note: parameters are in odd order to match synchDrupalAccount handle)
- ldap_user_update_7206 in ldap_user/
ldap_user.install - Set an appropriate default value for accountsWithSameEmail.
- _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_user/
ldap_user.module, line 38 - Module for the LDAP User Entity.
Code
define('LDAP_USER_ACCOUNTS_WITH_SAME_EMAIL_DISABLED', 0);