diff --git a/states/roles/maintain/authelia/config.yml b/states/roles/maintain/authelia/config.yml index 40cb0e8..3369cbe 100644 --- a/states/roles/maintain/authelia/config.yml +++ b/states/roles/maintain/authelia/config.yml @@ -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