From 46b64d7ce32dd37b1f0c6220f3db2b16f966aa86 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Sat, 24 Aug 2024 22:25:50 +0200 Subject: [PATCH] gerd.lldap: reset root password on each start! --- machines/gerd/services/lldap.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/machines/gerd/services/lldap.nix b/machines/gerd/services/lldap.nix index c5a005f..cec2584 100644 --- a/machines/gerd/services/lldap.nix +++ b/machines/gerd/services/lldap.nix @@ -15,10 +15,7 @@ in { environment = { # always set admin password on startup LLDAP_LDAP_USER_PASS_FILE = config.age.secrets.lldap-admin-user-pass.path; - # only available on the newest master branch, will be enabled when a - # new version is released. - # https://github.com/lldap/lldap/issues/790 - # LLDAP_FORCE_LDAP_USER_PASS_RESET = "true"; + LLDAP_FORCE_LDAP_USER_PASS_RESET = "true"; }; };