From b0af2fc25f91f410270259672c8ffe9c6de81555 Mon Sep 17 00:00:00 2001 From: Beth Parker Date: Wed, 1 Nov 2017 09:52:37 -0500 Subject: [PATCH] Fixed authelia group retrieval --- states/roles/maintain/authelia/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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