Fix: debugage authentification ldap

This commit is contained in:
Regis Houssin
2007-12-31 14:45:14 +00:00
parent 9516fd9f8d
commit 93eb6c3e68
2 changed files with 4 additions and 8 deletions

View File

@@ -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