aboutsummaryrefslogtreecommitdiff
path: root/conf/.env.production.sample
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-23 01:24:41 +0100
committeryalh76 <yalh@yahoo.com>2019-03-23 01:24:41 +0100
commit86301f170d2d0b3de9943561f37c3015faf732ce (patch)
tree96720f7caf2f1543e4727c616fa37f5ecf0f4d23 /conf/.env.production.sample
parenta09cb0c89122f22a7fa57e9c41124103716a543d (diff)
downloadmastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.tar.gz
mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.tar.bz2
mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.zip
fix LDAP_BIND_DN
Diffstat (limited to 'conf/.env.production.sample')
-rw-r--r--conf/.env.production.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample
index 8f248fa..c42c821 100644
--- a/conf/.env.production.sample
+++ b/conf/.env.production.sample
@@ -148,8 +148,8 @@ LDAP_HOST=localhost
LDAP_PORT=389
# LDAP_METHOD=simple_tls
LDAP_BASE=ou=users,dc=yunohost,dc=org
-# LDAP_BIND_DN=
-# LDAP_PASSWORD=
+LDAP_BIND_DN=uid=__APP__,ou=users,dc=yunohost,dc=org
+LDAP_PASSWORD=__LDAP_PASSWORD__
LDAP_UID=uid
# LDAP_SEARCH_FILTER="%{uid}=%{email}"