forked from Deuxfleurs/infrastructure
Switch Synapse to bottin2
This commit is contained in:
parent
e3531ad1b7
commit
348fac27bc
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ password_providers:
|
||||||
- module: "ldap_auth_provider.LdapAuthProvider"
|
- module: "ldap_auth_provider.LdapAuthProvider"
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
uri: "ldap://bottin.service.2.cluster.deuxfleurs.fr:389"
|
uri: "ldap://bottin2.service.2.cluster.deuxfleurs.fr:389"
|
||||||
start_tls: false
|
start_tls: false
|
||||||
bind_dn: '{{ key "secrets/chat/synapse/ldap_binddn" | trimSpace }}'
|
bind_dn: '{{ key "secrets/chat/synapse/ldap_binddn" | trimSpace }}'
|
||||||
bind_password: '{{ key "secrets/chat/synapse/ldap_bindpw" | trimSpace }}'
|
bind_password: '{{ key "secrets/chat/synapse/ldap_bindpw" | trimSpace }}'
|
||||||
|
|
Loading…
Reference in a new issue