From 4bd6180f5ec9089652f013cf075d89ec4bcd7c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 28 Jun 2023 00:58:59 +0200 Subject: [PATCH] matrix: update ldap group --- hosts/matrix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/matrix/default.nix b/hosts/matrix/default.nix index 10a69558..890ac29e 100644 --- a/hosts/matrix/default.nix +++ b/hosts/matrix/default.nix @@ -36,7 +36,7 @@ ldap = { enable = true; bindPasswordFile = config.sops.secrets."matrix-synapse/ldapSearchUserPassword".path; - userFilter = config.security.ldap.groupFilter "matrix"; + userFilter = config.security.ldap.groupFilter "matrix-users"; }; settings = { admin_contact = "mailto:mail@c3d2.de";