Correct extldap, login with wrong password

skala
Noel Dieschburg 14 years ago
parent d9040bafe9
commit ce048eb766
  1. 1
      main/auth/external_login/ldap.inc.php

@ -125,6 +125,7 @@ function extldap_authenticate($username, $password)
} }
else { else {
error_log('EXTLDAP : Wrong password for '.$user['dn']); error_log('EXTLDAP : Wrong password for '.$user['dn']);
return false;
} }
} }

Loading…
Cancel
Save