constant LDAP_USER_PROV_DIRECTION_TO_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_PROV_DIRECTION_TO_LDAP_ENTRY
23 uses of LDAP_USER_PROV_DIRECTION_TO_LDAP_ENTRY
- LdapUserConf::drupalUserToLdapEntry in ldap_user/
LdapUserConf.class.php - Populate ldap entry array for provisioning.
- LdapUserConf::getProvisionRelatedLdapEntry in ldap_user/
LdapUserConf.class.php - Given a drupal account, find the related ldap entry.
- LdapUserConf::getSynchMappings in ldap_user/
LdapUserConf.class.php - Util to fetch mappings for a given direction.
- LdapUserConf::ldapContextToProvDirection in ldap_user/
LdapUserConf.class.php - Converts the more general ldap_context string to its associated ldap user prov direction.
- LdapUserConf::provisionEnabled in ldap_user/
LdapUserConf.class.php - Given a $prov_event determine if ldap user configuration supports it. this is overall, not per field synching configuration.
File
- ldap_user/
ldap_user.module, line 54 - Module for the LDAP User Entity.
Code
define('LDAP_USER_PROV_DIRECTION_TO_LDAP_ENTRY', 2);