constant LDAP_USER_EVENT_CREATE_DRUPAL_USER 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_CREATE_DRUPAL_USER
10 uses of LDAP_USER_EVENT_CREATE_DRUPAL_USER
- LdapUserConf::entryToUserEdit in ldap_user/
LdapUserConf.class.php - populate $user edit array (used in hook_user_save, hook_user_update, etc) ... should not assume all attribues are present in ldap entry
- LdapUserConf::ldapContextToProvEvents in ldap_user/
LdapUserConf.class.php - converts the more general ldap_context string to its associated ldap user event
- 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)
- LdapUserConfAdmin::provisionEventConfigurable in ldap_user/
LdapUserConfAdmin.class.php - Is a particular synch method viable for a given mapping? That is, Can it be enabled in the UI by admins?
- LdapUserUnitTests::testProvisionToDrupal in ldap_user/
tests/ ldap_user.test
File
- ldap_user/
ldap_user.module, line 23 - Module for the LDAP User Entity
Code
define('LDAP_USER_EVENT_CREATE_DRUPAL_USER', 2);