Fixed authelia group retrieval
This commit is contained in:
parent
ae09064214
commit
b0af2fc25f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ ldap:
|
|||
# The groups filter.
|
||||
# {0} is the matcher replaced by user dn.
|
||||
# 'member={0}' by default.
|
||||
groups_filter: (&(member={0})(objectclass=groupofnames))
|
||||
groups_filter: (&(member=uid={0},cn=users,cn=accounts,dc=actcur,dc=com)(objectclass=groupofnames))
|
||||
|
||||
# The attribute holding the name of the group
|
||||
group_name_attribute: cn
|
||||
|
|
Loading…
Add table
Reference in a new issue