Modify ↓
Opened 9 years ago
#12591 new defect
groupmemberisdn ignored when determining if user is in allusers_group
Reported by: | Owned by: | igoltz | |
---|---|---|---|
Priority: | normal | Component: | LdapAuthStorePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I have a directory where group membership is indicated with a plain uid:
memberUid: alice memberUid: bob
This setting is ignored in ldapauthstore.ldap_store.LdapAuthStore:has_user()
, preventing users from logging in.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch to resolve the user DN only if required