views:

11

answers:

0

I am working on a corporate intranet site and need users to be authenticated prior to using the rails application. I have experience using auth_logic, but in this case I don't care about creating/editing/deleting users, simply authenticating them.

I found that Ruby Toolbox (http://ruby-toolbox.com/categories/ldap.html#binarylogic_authlogic_ldap) rates authlogic_ldap the best of the breed; however, on the bottom of the authlogic_ldap github page (http://github.com/binarylogic/authlogic_ldap) it states: This gem is still under development and is not completed yet, but when it’s done it will be a plugin for Authlogic to allow for LDAP authentication.*

I need the user to authenticate with the sAMAccountName, not the email address

Are there any sample applications or tutorials using authlogic_ldap that demonstrate this functionality?