cschiewek / devise_ldap_authenticatable

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

Feature/require attributes presence #210

Closed jh125486 closed 7 years ago

jh125486 commented 9 years ago

Howdy, I had a requirement where we needed to only log in users who had certain attributes on their LDAP entry, not necessarily certain values for those attributes. The attributes are boolean so that they could be required or not required to be present.

stevenyxu commented 7 years ago

Accepted with thanks.