09-09-2011, 01:50 PM
(09-05-2011, 04:16 PM)f_lombardo Wrote: 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
Code:if (isset($settings->_ldapBaseDN))
{
$ldapSearchAttribut = "uid=";
$tmpDN = "uid=".$login.",".$settings->_ldapBaseDN;
}
Thanks. I fixed it for the upcomming 3.2.0
Uwe