From d9b40934953a1fcb509e22753f1682990e10a6c2 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 3 Apr 2024 10:30:27 +0200 Subject: [PATCH] h --- roles/mgrote_lldap/templates/lldap_config.toml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mgrote_lldap/templates/lldap_config.toml.j2 b/roles/mgrote_lldap/templates/lldap_config.toml.j2 index b18e880e..282ec5f2 100644 --- a/roles/mgrote_lldap/templates/lldap_config.toml.j2 +++ b/roles/mgrote_lldap/templates/lldap_config.toml.j2 @@ -1,3 +1,4 @@ +{{ file_header | default () }} ## Tune the logging to be more verbose by setting this to be true. ## You can set it with the LLDAP_VERBOSE environment variable. verbose="{{ lldap_logging_verbose }}"