From 48de65e733892ca43a313c80bd7d56ce4653a2e4 Mon Sep 17 00:00:00 2001 From: otmatas Date: Mon, 2 Jun 2025 17:01:48 +0000 Subject: [PATCH] Update lldap/lldap/.env.lldap --- lldap/lldap/.env.lldap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldap/lldap/.env.lldap b/lldap/lldap/.env.lldap index b37b1e6..cc2e959 100644 --- a/lldap/lldap/.env.lldap +++ b/lldap/lldap/.env.lldap @@ -13,7 +13,7 @@ LLDAP_KEY_SEED= LLDAP_LDAP_BASE_DN=dc=otmatas,dc=com LLDAP_LDAP_USER_PASS= -# (optional) SMTP for user-self-service – comment out if not used +# (optional) SMTP for user-self-service - comment out if not used LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESET=true LLDAP_SMTP_OPTIONS__SERVER=smtp.otmatas.com LLDAP_SMTP_OPTIONS__PORT=587 @@ -21,4 +21,4 @@ LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION=STARTTLS LLDAP_SMTP_OPTIONS__USER=no-reply@example.com LLDAP_SMTP_OPTIONS__PASSWORD=SuperSecretSMTPPassword LLDAP_SMTP_OPTIONS__FROM="No-Reply " -LLDAP_SMTP_OPTIONS__TO="Admin " +LLDAP_SMTP_OPTIONS__TO="Admin " \ No newline at end of file