1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix LDAP and mail authentication

- for mail stack we use the system user with password provided by yunohost settings and for LDAP filter we still be waiting on https://github.com/matrix-org/matrix-synapse-ldap3/pull/186
This commit is contained in:
Josué Tille 2023-11-20 19:25:09 +01:00
parent 1d4173a3b3
commit e3df9fc887
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -2245,8 +2245,6 @@ password_providers:
uid: "uid"
mail: "mail"
name: "givenName"
# bind_dn: "uid=_SYNAPSE_USER_APP_,ou=users,dc=yunohost,dc=org"
# bind_password: _SYNAPSE_USER_APP_PWD_
filter: "(&(objectClass=posixAccount)(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))"
@ -2268,8 +2266,8 @@ email:
# Username/password for authentication to the SMTP server. By default, no
# authentication is attempted.
#
# smtp_user: _SYNAPSE_USER_APP_
# smtp_pass: _SYNAPSE_USER_APP_PWD_
smtp_user: __APP__
smtp_pass: __MAIL_PWD__
# Uncomment the following to require TLS transport security for SMTP.
# By default, Synapse will connect over plain text, and will then switch to