From 7abff709f985ab8d863abe09d62bf8f91d229162 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Sun, 28 Sep 2025 12:30:17 +0200 Subject: [PATCH] fix: authelia group filter Signed-off-by: Lander Van den Bulcke --- hosts/hosting-01/auth/authelia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hosting-01/auth/authelia.nix b/hosts/hosting-01/auth/authelia.nix index e859ea5..e3ffd85 100644 --- a/hosts/hosting-01/auth/authelia.nix +++ b/hosts/hosting-01/auth/authelia.nix @@ -11,7 +11,7 @@ address = "ldap://localhost:3890"; base_dn = "dc=escapeangle,dc=com"; users_filter = "(&({username_attribute}={input})(objectClass=person))"; - groups_filter = "(memberOf={dn})"; + groups_filter = "(&(member={dn})(objectClass=groupOfUniqueNames))"; user = "uid=authelia,ou=people,dc=escapeangle,dc=com"; };