mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
Fix: debugage authentification ldap
This commit is contained in:
@@ -446,6 +446,7 @@ class Ldap
|
||||
$this->result = @ldap_bind( $this->connection,$checkDn,$pass);
|
||||
if ( $this->result) {
|
||||
// Connected OK - login credentials are fine!
|
||||
$this->ldapUserDN = $checkDn;
|
||||
return true;
|
||||
} else {
|
||||
/* Login failed. Return false, together with the error code and text from
|
||||
|
||||
Reference in New Issue
Block a user