1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Update .env.production.sample

This commit is contained in:
yalh76 2019-07-13 10:51:01 +02:00
parent feab0450d8
commit 0cfabd3652

View file

@ -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