Hi In my case (seeddms 51) I solved an openldap login problem by replacing if (is_bool($user) && !$settings->_restricted) { by if (empty($user) && !$settings->_restricted) { in the file inc.ClassLdapAuthentication.php