File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
roles/custom/matrix-synapse Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1373,6 +1373,7 @@ matrix_synapse_ext_password_provider_ldap_bind_password: ""
1373
1373
matrix_synapse_ext_password_provider_ldap_filter : " "
1374
1374
matrix_synapse_ext_password_provider_ldap_active_directory : false
1375
1375
matrix_synapse_ext_password_provider_ldap_default_domain : " "
1376
+ matrix_synapse_ext_password_provider_ldap_tls_options_validate : true
1376
1377
1377
1378
# Enable this to activate the Synapse Antispam spam-checker module.
1378
1379
# See: https://github.com/t2bot/synapse-simple-antispam
Original file line number Diff line number Diff line change @@ -2550,6 +2550,8 @@ password_providers:
2550
2550
bind_password : {{ matrix_synapse_ext_password_provider_ldap_bind_password | string|to_json }}
2551
2551
{% endif %}
2552
2552
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 }}
2553
2555
{% endif %}
2554
2556
{% endif %}
2555
2557
You can’t perform that action at this time.
0 commit comments