cschiewek / devise_ldap_authenticatable

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

ldap connection params database driven #260

Open navjeetc opened 5 years ago

navjeetc commented 5 years ago

I have a unique requirement where ldap connection parameters are stored in db and the where clause to the query to get those parameters requires a value selected (from a drop down) by the users on login screen. E.g. it can be something like a drop down of counties and I need to query the ldap connection params for the selected county from db as the user only exists in that particular LDAP. Is that possible?