BurmistrovJ / prosody-modules

Automatically exported from code.google.com/p/prosody-modules
MIT License
0 stars 0 forks source link

[mod_auth_ldap] Support password checking via "comare" #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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