9 uses of LDAPAUTH_SYNC_CONTEXT_AUTHENTICATE_DRUPAL_USER in LDAP integration 6
- 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
- ldapgroups_user_test_output in ./
ldapgroups.admin.inc - Generate the test results for the user and ldap settings.
- ldaphelp_ldap_user_verify in ldaphelp/
ldaphelp.module - Verify that a user can be found from the Drupal account information.
- _ldapauth_user_lookup in ./
ldapauth.module - Queries LDAP server for the user.
- _ldapsync_search in ./
ldapsync.module - Find all LDAP users from servers and OUs specified in ldapauth settings and create or update existing users as needed.