diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-23 01:24:41 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-23 01:24:41 +0100 |
| commit | 86301f170d2d0b3de9943561f37c3015faf732ce (patch) | |
| tree | 96720f7caf2f1543e4727c616fa37f5ecf0f4d23 /conf | |
| parent | a09cb0c89122f22a7fa57e9c41124103716a543d (diff) | |
| download | mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.tar.gz mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.tar.bz2 mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.zip | |
fix LDAP_BIND_DN
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/.env.production.sample | 4 |
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}" |
