aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-23 03:33:44 +0100
committeryalh76 <yalh@yahoo.com>2019-03-23 03:33:44 +0100
commit37e462d1adacc1f011aedac4209bccae36535275 (patch)
treeae8517e7a0e533ef178a0c2da6708f6eacd7ce85 /conf
parentd1a1e67008d0838257528344d56b285ad7a39f34 (diff)
downloadmastodon_ynh-37e462d1adacc1f011aedac4209bccae36535275.tar.gz
mastodon_ynh-37e462d1adacc1f011aedac4209bccae36535275.tar.bz2
mastodon_ynh-37e462d1adacc1f011aedac4209bccae36535275.zip
removed LDAP
Mastodon LDAP need authentication Wasn't able to create a dedicated user
Diffstat (limited to 'conf')
-rw-r--r--conf/.env.production.sample14
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample
index 6606352..d6bd0c6 100644
--- a/conf/.env.production.sample
+++ b/conf/.env.production.sample
@@ -154,14 +154,14 @@ STREAMING_CLUSTER_NUM=1
# GID=1000
# LDAP authentication (optional)
-LDAP_ENABLED=true
-LDAP_HOST=localhost
-LDAP_PORT=389
+# LDAP_ENABLED=true
+# LDAP_HOST=localhost
+# LDAP_PORT=389
# LDAP_METHOD=simple_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_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}"
# PAM authentication (optional)