mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
LDAP driver should not log password unless password logging is specifically on.
This commit is contained in:
parent
927a98482f
commit
329f8b51dc
@ -222,8 +222,8 @@ class ldapDrivers
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dbg_error_log( "LDAP", "drivers_ldap : Bound to user %s using password %s", $dnUser,
|
||||||
dbg_error_log( "LDAP", "drivers_ldap : Bound to user %s using password %s", $dnUser, $passwd );
|
(isset($c->dbg['password']) && $c->dbg['password'] ? $passwd : 'another delicious password for the debugging monster!') );
|
||||||
|
|
||||||
$i = ldap_first_entry($this->connect,$entry);
|
$i = ldap_first_entry($this->connect,$entry);
|
||||||
$arr = ldap_get_attributes($this->connect,$i);
|
$arr = ldap_get_attributes($this->connect,$i);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user