How can I make password optional when using authlogic and LDAP authentication?

Posted by chetu on Stack Overflow See other posts from Stack Overflow or by chetu
Published on 2009-12-31T21:14:31Z Indexed on 2010/04/03 23:33 UTC
Read the original article Hit count: 297

Filed under:
|

I am creating an application for which I am trying to use LDAP with authlogic for login authentication. I want to accept just the username and log the user in if he is on the LDAP server. For this, I need to disable the password validation. How can I do that?

© Stack Overflow or respective owner

Related posts about ldap

Related posts about authlogic