You are here

constant LDAP_USER_PROV_DIRECTION_TO_DRUPAL_USER in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_user/ldap_user.module \LDAP_USER_PROV_DIRECTION_TO_DRUPAL_USER
26 uses of LDAP_USER_PROV_DIRECTION_TO_DRUPAL_USER
LdapUserConf::entryToUserEdit in ldap_user/LdapUserConf.class.php
populate $user edit array (used in hook_user_save, hook_user_update, etc) ... should not assume all attribues are present in 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::provisionDrupalAccount in ldap_user/LdapUserConf.class.php
given a drupal account, query ldap and get all user fields and save user account (note: parameters are in odd order to match synchDrupalAccount handle)
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

... See full list

File

ldap_user/ldap_user.module, line 50
Module for the LDAP User Entity

Code

define('LDAP_USER_PROV_DIRECTION_TO_DRUPAL_USER', 1);