diff options
| author | yalh76 <yalh@yahoo.com> | 2019-08-04 00:31:07 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-08-04 00:31:07 +0200 |
| commit | 6f5fec437c9874e289cbd0f68b0e109e02cbccdf (patch) | |
| tree | 16fd976b1a2fd4c34bd88a0c916ea5021be92ae1 /conf/.env.production.sample | |
| parent | 6c7a10d5c3e97751d105b30de3d7c0f5ff5d4e88 (diff) | |
| download | mastodon_ynh-6f5fec437c9874e289cbd0f68b0e109e02cbccdf.tar.gz mastodon_ynh-6f5fec437c9874e289cbd0f68b0e109e02cbccdf.tar.bz2 mastodon_ynh-6f5fec437c9874e289cbd0f68b0e109e02cbccdf.zip | |
removing dedicated ldap user creation
Diffstat (limited to 'conf/.env.production.sample')
| -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 610425c..33f7d93 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -160,8 +160,8 @@ LDAP_HOST=localhost LDAP_PORT=389 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_BIND_DN=uid=uid=local,ou=users,dc=yunohost,dc=org +LDAP_PASSWORD= LDAP_UID=uid LDAP_SEARCH_FILTER="%{uid}=%{email}" LDAP_TLS_NO_VERIFY=true |
