You are here

constant LDAP_USER_PROV_DIRECTION_ALL in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.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 56
Module for the LDAP User Entity.

Code

define('LDAP_USER_PROV_DIRECTION_ALL', 4);