1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

add matrix_synapse_ext_password_provider_ldap_tls_options_validate var

This commit is contained in:
Aine
2025-07-23 08:46:08 +01:00
parent 7eff95f38d
commit 7261be5537
2 changed files with 3 additions and 0 deletions

View File

@ -2550,6 +2550,8 @@ password_providers:
bind_password: {{ matrix_synapse_ext_password_provider_ldap_bind_password | string|to_json }}
{% endif %}
filter: {{ matrix_synapse_ext_password_provider_ldap_filter | string|to_json }}
tls_options:
validate: {{ matrix_synapse_ext_password_provider_ldap_tls_options_validate | to_json }}
{% endif %}
{% endif %}