From 8587fc38fdea1794e695953e7a9fa0a71c693bec Mon Sep 17 00:00:00 2001 From: nitnelave Date: Thu, 4 Apr 2024 00:31:49 +0200 Subject: [PATCH] config: Fix the admin reset password option in template --- lldap_config.docker_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldap_config.docker_template.toml b/lldap_config.docker_template.toml index a91591e..75b36aa 100644 --- a/lldap_config.docker_template.toml +++ b/lldap_config.docker_template.toml @@ -82,7 +82,7 @@ ## Break glass in case of emergency: if you lost the admin password, you ## can set this to true to force a reset of the admin password to the value ## of ldap_user_pass above. -# force_reset_admin_password = false +# force_ldap_user_pass_reset = false ## Database URL. ## This encodes the type of database (SQlite, MySQL, or PostgreSQL)