forked from Wavyzz/dolibarr
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/accountancy/customer/list.php htdocs/core/db/DoliDB.class.php htdocs/resource/list.php
This commit is contained in:
@@ -264,7 +264,7 @@ class Ldap
|
||||
}
|
||||
// Try in anonymous
|
||||
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();
|
||||
if ($result) {
|
||||
$this->bind = $this->result;
|
||||
|
||||
Reference in New Issue
Block a user