diff options
| author | yalh76 <yalh@yahoo.com> | 2019-07-13 10:51:01 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-07-13 10:51:01 +0200 |
| commit | 0cfabd36526029d3e2ec2d9ed4c33e603b341884 (patch) | |
| tree | 2112df068f4ee4af9907c51d91e4b94c8d9be2b4 /conf | |
| parent | feab0450d821b21cdc8a8fc0ee9ae9b1e9913d33 (diff) | |
| download | mastodon_ynh-0cfabd36526029d3e2ec2d9ed4c33e603b341884.tar.gz mastodon_ynh-0cfabd36526029d3e2ec2d9ed4c33e603b341884.tar.bz2 mastodon_ynh-0cfabd36526029d3e2ec2d9ed4c33e603b341884.zip | |
Update .env.production.sample
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/.env.production.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample index a444ae2..610425c 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -158,12 +158,13 @@ STREAMING_CLUSTER_NUM=1 LDAP_ENABLED=true LDAP_HOST=localhost LDAP_PORT=389 -LDAP_METHOD=simple_tls +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_UID=uid LDAP_SEARCH_FILTER="%{uid}=%{email}" +LDAP_TLS_NO_VERIFY=true # PAM authentication (optional) # PAM authentication uses for the email generation the "email" pam variable |
