Fix: debugage authentification ldap

This commit is contained in:
Regis Houssin 2007-12-31 13:50:28 +00:00
parent 5f49619b36
commit 98a17e685a

View File

@ -318,6 +318,8 @@ if (! isset($_SESSION["dol_login"]))
$result=$ldap->connect_bind();
$resultCheck=$ldap->checkPass($usertotest,$passwordtotest);
print $ldap->ldapErrorCode.'<br>';
print $ldap->ldapErrorText.'<br>';
print 'result:'.$resultCheck.'<br>';
if ($resultCheck)
{