09-05-2011, 04:16 PM
When no LDAP host is defined, if an user inputs a wrong password, a small error is shown at the top of the page. I think the file op.Login.php should be fixed in some way, for example at line 71
Bye
Franco
Code:
if (isset($settings->_ldapBaseDN))
{
$ldapSearchAttribut = "uid=";
$tmpDN = "uid=".$login.",".$settings->_ldapBaseDN;
}
Bye
Franco