You are here

constant LDAP_USER_EVENT_SYNCH_TO_LDAP_ENTRY 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_EVENT_SYNCH_TO_LDAP_ENTRY
8 uses of LDAP_USER_EVENT_SYNCH_TO_LDAP_ENTRY
LdapUserConf::ldapContextToProvEvents in ldap_user/LdapUserConf.class.php
converts the more general ldap_context string to its associated ldap user event
LdapUserConf::synchToLdapEntry in ldap_user/LdapUserConf.class.php
given a drupal account, synch to related ldap entry
LdapUserConfAdmin::provisionEventConfigurable in ldap_user/LdapUserConfAdmin.class.php
Is a particular synch method viable for a given mapping? That is, Can it be enabled in the UI by admins?
LdapUserIntegrationTests::testProvisionToLdap in ldap_user/tests/ldap_user.test
integration tests for provisioning to ldap
LdapUserUnitTests::testProvisionToDrupal in ldap_user/tests/ldap_user.test

... See full list

File

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

Code

define('LDAP_USER_EVENT_SYNCH_TO_LDAP_ENTRY', 3);