constant LDAP_USER_EVENT_LDAP_ASSOCIATE_DRUPAL_ACCT in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_user/ldap_user.module \LDAP_USER_EVENT_LDAP_ASSOCIATE_DRUPAL_ACCT
3 uses of LDAP_USER_EVENT_LDAP_ASSOCIATE_DRUPAL_ACCT
- LdapUserConf::ldapAssociateDrupalAccount in ldap_user/
LdapUserConf.class.php - set ldap associations of a drupal account by altering user fields
- LdapUserConf::ldapContextToProvEvents in ldap_user/
LdapUserConf.class.php - converts the more general ldap_context string to its associated ldap user event
- ldap_user_all_events in ldap_user/
ldap_user.module
File
- ldap_user/
ldap_user.module, line 26 - Module for the LDAP User Entity
Code
define('LDAP_USER_EVENT_LDAP_ASSOCIATE_DRUPAL_ACCT', 5);