You are here

constant LDAPAUTH_SYNC_CONTEXT_AUTHENTICATE_DRUPAL_USER in LDAP integration 6

9 uses of LDAPAUTH_SYNC_CONTEXT_AUTHENTICATE_DRUPAL_USER
hook_ldap_attributes_needed_alter in ./ldapauth.api.php
Perform alterations of ldap attributes before query is made.
hook_ldap_user_deny_alter in ./ldapauth.api.php
Allow other modules (e.g. ldapgroups) to deny ldap user access to the server.
ldapauth_drupal_user_create in includes/ldap.core.inc
Create a new Drupal user from an LDAP user entry with checks to ensure that:
ldapauth_drupal_user_lookup in includes/ldap.core.inc
Map an LDAP user to a Drupal user account if one exists.
ldapauth_ldap_attributes_needed_alter in ./ldapauth.module
Implements hook_ldap_attributes_needed_alter

... See full list

File

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

Code

define('LDAPAUTH_SYNC_CONTEXT_AUTHENTICATE_DRUPAL_USER', 3);