Fix: ajout debug

This commit is contained in:
Regis Houssin 2007-06-02 13:51:36 +00:00
parent 98642d9508
commit 7cfed05629

View File

@ -354,7 +354,7 @@ if (! session_id() || ! isset($_SESSION["dol_login"]))
if ($ldapdebug) print "DEBUG: login ldap = ".$login."<br>\n";
$ldap->fetch($login);
if ($ldapdebug) print "DEBUG: UACF = ".$ldap->uacf"<br>\n";
if ($ldapdebug) print "DEBUG: UACF = ".$ldap->uacf."<br>\n";
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";