From 974f15c2eff669179f83817600d3479670166f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Wed, 21 Jun 2023 14:21:20 +0300 Subject: [PATCH] feat: activate LDAP --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 6b3feb5..f10468f 100644 --- a/conf/.env +++ b/conf/.env @@ -64,7 +64,7 @@ LEAN_EMAIL_SMTP_SSLNOVERIFY = false # SMTP Allow insecure SSL: Do LEAN_EMAIL_SMTP_PORT = '25' # Port (usually one of 25, 465, 587, 2526) ## Ldap -LEAN_LDAP_USE_LDAP = false # Set to true if you want to use LDAP +LEAN_LDAP_USE_LDAP = true # Set to true if you want to use LDAP LEAN_LDAP_LDAP_TYPE = 'OL' # Select the correct directory type. Currently Supported: OL - OpenLdap, AD - Active Directory LEAN_LDAP_HOST = '127.0.0.1' # FQDN LEAN_LDAP_PORT = 389 # Default Port