From 3cb563e8a437aea2a3b6b58dd2cc10721e86314d Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 3 Apr 2024 12:46:02 +0200 Subject: [PATCH] gitleaks --- roles/mgrote_lldap/templates/lldap_config.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_lldap/templates/lldap_config.toml.j2 b/roles/mgrote_lldap/templates/lldap_config.toml.j2 index 7b2ee469..d7c546d6 100644 --- a/roles/mgrote_lldap/templates/lldap_config.toml.j2 +++ b/roles/mgrote_lldap/templates/lldap_config.toml.j2 @@ -123,7 +123,7 @@ smtp_encryption = "{{ lldap_smtp_smtp_encryption }}" ## The SMTP user, usually your email address. user="{{ lldap_smtp_user }}" ## The SMTP password. -#password="password" +#password="password" #gitleaks:allow ## The header field, optional: how the sender appears in the email. The first ## is a free-form name, followed by an email between <>. from="{{ lldap_smtp_from }}"