Removed search in ldap authentication
Review Request #696 — Created Jan. 14, 2009 and discarded — Latest diff uploaded
We use ldap that has no anonymous access and so you cannot search it without authentication. So we could not login using provided code. After removing search and building user_dn by hand everything works fine, and we can log in using our LDAP :)
Basic, on our local server - logging in started to work :)