gerd.lldap: reset root password on each start!

This commit is contained in:
eyjhb 2024-08-24 22:25:50 +02:00
parent 866f8b1b90
commit 46b64d7ce3
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -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";
};
};