Projet

Général

Profil

Révision 59ae487e

Ajouté par Assos Assos il y a presque 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_authentication/ldap_authentication.inc
237 237
   * IV. test credentials and if available get corresponding ldap user and ldap server
238 238
   */
239 239
  list($authentication_result, $ldap_user, $ldap_server_authenticated_on) = ldap_authentication_test_credentials($auth_conf, $sso_login, $authname, $form_state['values']['pass'], $watchdog_tokens);
240
  drupal_alter('ldap_entry', $ldap_user);
240 241
  if ($authentication_result != LDAP_AUTHENTICATION_RESULT_SUCCESS) {
241 242
    ldap_authentication_fail_response($authentication_result, $auth_conf, $detailed_watchdog_log, $watchdog_tokens);
242 243
    return;

Formats disponibles : Unified diff