cschiewek / devise_ldap_authenticatable

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

DEFAULT_GROUP_UNIQUE_MEMBER_LIST_KEY has hardcoded value #273

Closed mkralik closed 2 years ago

mkralik commented 2 years ago

Why is the DEFAULT_GROUP_UNIQUE_MEMBER_LIST_KEY constant harcoded? I am trying to setup LDAP that is using member attribute for group membership instead of uniqueMember.

Is it possible to make it configurable and fetch the value from ldap.yml as other configs?

Thanks, Miroslav