cschiewek / devise_ldap_authenticatable

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

Check groups against configurable attribute #221

Closed Scharrels closed 7 years ago

Scharrels commented 8 years ago

This patch adds the group_membership_attribute in ldap.yml to define a different attribute for the group membership check, such as "member" or "memberUid".

This property defaults to the current attribute: "uniqueMember".

This patch fixes the problems described in #185 and #189

walterg2 commented 7 years ago

Any chance this may be merged soon?