Fixed authelia group retrieval

This commit is contained in:
Beth Parker 2017-11-01 09:52:37 -05:00
parent ae09064214
commit b0af2fc25f

View file

@ -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