constant LDAP_USER_EVENT_CREATE_LDAP_ENTRY in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_user/ldap_user.module \LDAP_USER_EVENT_CREATE_LDAP_ENTRY
8 uses of LDAP_USER_EVENT_CREATE_LDAP_ENTRY
- LdapUserConf::ldapContextToProvEvents in ldap_user/
LdapUserConf.class.php - Converts the more general ldap_context string to its associated ldap user event.
- LdapUserConf::provisionLdapEntry in ldap_user/
LdapUserConf.class.php - Given a drupal account, provision an ldap entry if none exists. if one exists do nothing.
- 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?
- LdapUserIntegrationTests::testProvisionToLdap in ldap_user/
tests/ ldap_user.test - Integration tests for provisioning to ldap.
- LdapUserUnitTests::testProvisionToDrupal in ldap_user/
tests/ ldap_user.test
File
- ldap_user/
ldap_user.module, line 24 - Module for the LDAP User Entity.
Code
define('LDAP_USER_EVENT_CREATE_LDAP_ENTRY', 4);