constant LDAP_USER_PROV_DIRECTION_ALL 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_ALL
5 uses of LDAP_USER_PROV_DIRECTION_ALL
- LdapUserConf::drupalUserToLdapEntry in ldap_user/
LdapUserConf.class.php - populate ldap entry array for provisioning
- 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
- LdapUserConfAdmin::addServerMappingFields in ldap_user/
LdapUserConfAdmin.class.php - add existing mappings to ldap user provisioning mapping admin form table
- LdapUserUnitTests::testUnitTests in ldap_user/
tests/ ldap_user.test - make sure install succeeds and ldap user functions/methods work
File
- ldap_user/
ldap_user.module, line 53 - Module for the LDAP User Entity
Code
define('LDAP_USER_PROV_DIRECTION_ALL', 4);