forked from Wavyzz/dolibarr
Fix: ajout debug
This commit is contained in:
@@ -997,7 +997,8 @@ class Ldap
|
||||
$this->mobile = $this->ldap_utf8_decode($result[0][$this->attr_mobile][0]);
|
||||
|
||||
$this->uacf = $this->parseUACF($this->ldap_utf8_decode($result[0]["useraccountcontrol"][0]));
|
||||
$this->pwdlastset = $this->ldap_utf8_decode($result[0]["pwdlastset"][0]);
|
||||
$this->pwdlastset = $this->convert_time($this->ldap_utf8_decode($result[0]["pwdlastset"][0]));
|
||||
$this->badpwdtime = $this->convert_time($this->ldap_utf8_decode($result[0]["badPasswordTime"][0]));
|
||||
|
||||
ldap_free_result($this->result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user