aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-22 23:43:29 +0100
committeryalh76 <yalh@yahoo.com>2019-03-22 23:43:29 +0100
commit5cd0ad6b49991cf45a74b4a6c9db3e3bb5e4ebb4 (patch)
tree4bbb736f41de63c62cb32c1ace50a9c28019baff /conf
parent35f672269a6ca225f7dc51a81e57c8de5c9afdeb (diff)
downloadmastodon_ynh-5cd0ad6b49991cf45a74b4a6c9db3e3bb5e4ebb4.tar.gz
mastodon_ynh-5cd0ad6b49991cf45a74b4a6c9db3e3bb5e4ebb4.tar.bz2
mastodon_ynh-5cd0ad6b49991cf45a74b4a6c9db3e3bb5e4ebb4.zip
LDAP implementation
Diffstat (limited to 'conf')
-rw-r--r--conf/.env.production.sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample
index 2093267..8f248fa 100644
--- a/conf/.env.production.sample
+++ b/conf/.env.production.sample
@@ -143,14 +143,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=
+LDAP_BASE=ou=users,dc=yunohost,dc=org
# LDAP_BIND_DN=
# LDAP_PASSWORD=
-# LDAP_UID=cn
+LDAP_UID=uid
# LDAP_SEARCH_FILTER="%{uid}=%{email}"
# PAM authentication (optional)