constant LDAP_USER_PROV_DIRECTION_TO_LDAP_ENTRY in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.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 51 - Module for the LDAP User Entity
Code
define('LDAP_USER_PROV_DIRECTION_TO_LDAP_ENTRY', 2);