What steps will reproduce the problem?
1. Try to authenticate against Windows active directory server
2. It does not work, because neither the "userPassword" attribute is exposed
nor can I bind() with the username and password
ActiveDirectory only supports binding via a generic user, then fetch the user
via a search and the compare() the user's password against a given string. The
server will return true/false.
So, please support the auth method "compare" in mod_auth_ldap.
Original issue reported on code.google.com by cwei...@cweiske.de on 27 Jan 2014 at 6:58
Original issue reported on code.google.com by
cwei...@cweiske.de
on 27 Jan 2014 at 6:58