diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-11 22:11:45 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-11 22:37:08 +0100 |
commit | 348fac27bcacd395ed1420be258ca99674208e87 (patch) | |
tree | f67372c1d57f44354b7612a3240a302c58d796bc /consul | |
parent | e3531ad1b7ccb4e2589b8b6e6547842bbbe323e0 (diff) | |
download | infrastructure-348fac27bcacd395ed1420be258ca99674208e87.tar.gz infrastructure-348fac27bcacd395ed1420be258ca99674208e87.zip |
Switch Synapse to bottin2
Diffstat (limited to 'consul')
-rw-r--r-- | consul/configuration/chat/synapse/homeserver.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consul/configuration/chat/synapse/homeserver.yaml b/consul/configuration/chat/synapse/homeserver.yaml index 9e0e97f..c54d4a0 100644 --- a/consul/configuration/chat/synapse/homeserver.yaml +++ b/consul/configuration/chat/synapse/homeserver.yaml @@ -378,7 +378,7 @@ password_providers: - module: "ldap_auth_provider.LdapAuthProvider" config: enabled: true - uri: "ldap://bottin.service.2.cluster.deuxfleurs.fr:389" + uri: "ldap://bottin2.service.2.cluster.deuxfleurs.fr:389" start_tls: false bind_dn: '{{ key "secrets/chat/synapse/ldap_binddn" | trimSpace }}' bind_password: '{{ key "secrets/chat/synapse/ldap_bindpw" | trimSpace }}' |