cschiewek / devise_ldap_authenticatable

Devise Module for LDAP
MIT License
593 stars 359 forks source link

Use admin_as_user to authenticate admin role by user login params #165

Closed chevinbrown closed 9 years ago

chevinbrown commented 10 years ago

At my corp, we can't get access to an admin user to query AD, but we can user our user/pass as auth (as an effective admin). A flag "admin_as_user" in ldap.yml will allow to login and use auth user as the login user.

vogelbek commented 9 years ago

This would be a helpful change for my company as well.