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:
parent
1d4173a3b3
commit
e3df9fc887
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue