Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error message in login when LDAP is not used
#1
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;
}

Bye

Franco
Reply


Messages In This Thread
Error message in login when LDAP is not used - by f_lombardo - 09-05-2011, 04:16 PM

Forum Jump:


Users browsing this thread: