Better log

This commit is contained in:
Laurent Destailleur 2021-11-06 19:27:50 +01:00
parent dbf330b49c
commit 65105a3e05

View File

@ -261,7 +261,7 @@ class Ldap
} }
// Try in anonymous // Try in anonymous
if (!$this->bind) { if (!$this->bind) {
dol_syslog(get_class($this)."::connect_bind try bind on ".$host, LOG_DEBUG); dol_syslog(get_class($this)."::connect_bind try bind anonymously on ".$host, LOG_DEBUG);
$result = $this->bind(); $result = $this->bind();
if ($result) { if ($result) {
$this->bind = $this->result; $this->bind = $this->result;