Is there a way to authenticate a user to LDAP with email/password?
Posted
by smcdrc
on Stack Overflow
See other posts from Stack Overflow
or by smcdrc
Published on 2010-05-28T14:45:08Z
Indexed on
2010/05/28
14:52 UTC
Read the original article
Hit count: 142
Is there a way to authenticate a user to LDAP with email (mail) and not cn or DN? We are using ruby ldap, and possibly active-ldap (we have been having problem with it, though). All we need to do is authenticate a user and then create a membership in our system based on the authentication success.
© Stack Overflow or respective owner