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