mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-27 02:54:27 +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, $passwd );
|
||||
dbg_error_log( "LDAP", "drivers_ldap : Bound to user %s using password %s", $dnUser,
|
||||
(isset($c->dbg['password']) && $c->dbg['password'] ? $passwd : 'another delicious password for the debugging monster!') );
|
||||
|
||||
$i = ldap_first_entry($this->connect,$entry);
|
||||
$arr = ldap_get_attributes($this->connect,$i);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user