hydrian / TTRSS-Auth-LDAP

GitHub repository for Tiny Tiny RSS's auth_ldap plugin
https://github.com/hydrian/TTRSS-Auth-LDAP/wiki
Other
28 stars 21 forks source link

auth_ldap: fixed ldap authentication #5

Closed McNetic closed 10 years ago

McNetic commented 10 years ago

LDAP auth did not work for me. Although the ldap connect worked fine, the search would not return any results. Changing to $ldapConn->bind() and $ldapConn->search() fixed the problem. Additionally, it is not allowed not to provide bind credentials to do an anonymous bind (which is anyways already performed by ldap->connect()).

hydrian commented 10 years ago

I'm sorry about your issues. I didn't notice a bad build got committed to trunk. I'm working on fixing it now.