aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/.env.production.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample
index a444ae2..610425c 100644
--- a/conf/.env.production.sample
+++ b/conf/.env.production.sample
@@ -158,12 +158,13 @@ STREAMING_CLUSTER_NUM=1
LDAP_ENABLED=true
LDAP_HOST=localhost
LDAP_PORT=389
-LDAP_METHOD=simple_tls
+LDAP_METHOD=start_tls
LDAP_BASE=ou=users,dc=yunohost,dc=org
LDAP_BIND_DN=uid=__LDAP_USER__,ou=users,dc=yunohost,dc=org
LDAP_PASSWORD=__LDAP_PASSWORD__
LDAP_UID=uid
LDAP_SEARCH_FILTER="%{uid}=%{email}"
+LDAP_TLS_NO_VERIFY=true
# PAM authentication (optional)
# PAM authentication uses for the email generation the "email" pam variable