You are here

constant LDAPAUTH_SYNC_CONTEXT_UPDATE_DRUPAL_USER in LDAP integration 6

6 uses of LDAPAUTH_SYNC_CONTEXT_UPDATE_DRUPAL_USER
hook_ldap_attributes_needed_alter in ./ldapauth.api.php
Perform alterations of ldap attributes before query is made.
ldapauth_ldap_attributes_needed_alter in ./ldapauth.module
Implements hook_ldap_attributes_needed_alter
ldapdata_ldap_attributes_needed_alter in ./ldapdata.module
Implements hook_ldap_attributes_needed_alter
_ldapdata_user_form in ./ldapdata.module
Implements hook_user() categories operation. Only used for editable LDAP attributes with no Drupal equivalents.
_ldapdata_user_load in ./ldapdata.module
Implements hook_user() load operation.

... See full list

File

./ldapauth.module, line 26
ldapauth provides authentication against ldap server.

Code

define('LDAPAUTH_SYNC_CONTEXT_UPDATE_DRUPAL_USER', 2);