forked from Wavyzz/dolibarr
Fix: ajout debug
This commit is contained in:
@@ -354,6 +354,9 @@ if (! session_id() || ! isset($_SESSION["dol_login"]))
|
||||
if ($ldapdebug) print "DEBUG: login ldap = ".$login."<br>\n";
|
||||
$ldap->fetch($login);
|
||||
|
||||
if ($ldapdebug) print "DEBUG: pwdLastSet = ".dolibarr_print_date($ldap->pwdlastset,'%d %b %Y')."<br>\n";
|
||||
if ($ldapdebug) print "DEBUG: badPasswordTime = ".dolibarr_print_date($ldap->badpwdtime,'%d %b %Y')."<br>\n";
|
||||
|
||||
//TODO : doit etre g<>r<EFBFBD> au niveau de PEAR
|
||||
/*
|
||||
// On stop si le mot de passe ldap doit etre modifi<66>
|
||||
|
||||
Reference in New Issue
Block a user