Skip to content

Commit 7261be5

Browse files
committed
add matrix_synapse_ext_password_provider_ldap_tls_options_validate var
1 parent 7eff95f commit 7261be5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

roles/custom/matrix-synapse/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@ matrix_synapse_ext_password_provider_ldap_bind_password: ""
13731373
matrix_synapse_ext_password_provider_ldap_filter: ""
13741374
matrix_synapse_ext_password_provider_ldap_active_directory: false
13751375
matrix_synapse_ext_password_provider_ldap_default_domain: ""
1376+
matrix_synapse_ext_password_provider_ldap_tls_options_validate: true
13761377

13771378
# Enable this to activate the Synapse Antispam spam-checker module.
13781379
# See: https://github.com/t2bot/synapse-simple-antispam

roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,6 +2550,8 @@ password_providers:
25502550
bind_password: {{ matrix_synapse_ext_password_provider_ldap_bind_password | string|to_json }}
25512551
{% endif %}
25522552
filter: {{ matrix_synapse_ext_password_provider_ldap_filter | string|to_json }}
2553+
tls_options:
2554+
validate: {{ matrix_synapse_ext_password_provider_ldap_tls_options_validate | to_json }}
25532555
{% endif %}
25542556
{% endif %}
25552557

0 commit comments

Comments
 (0)