From 1cbe71db12a49104740112405f80248cd47ebcf3 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 24 May 2023 22:01:01 +0100 Subject: [PATCH] gitlab: limit to only active members --- applications/gitlab.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/gitlab.nix b/applications/gitlab.nix index b7e6960..106bfc0 100644 --- a/applications/gitlab.nix +++ b/applications/gitlab.nix @@ -156,6 +156,7 @@ active_directory = false; #base = "ou=users,${cfg.ldap.base}?sub?(|(skMemberOf=cn=skynet-users,ou=groups,${cfg.ldap.base}))"; base = "ou=users,${cfg.ldap.base}"; + user_filter = "(skMemberOf=cn=skynet-users,ou=groups,${cfg.ldap.base})"; attributes = { username = "uid";