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: ""
13731373matrix_synapse_ext_password_provider_ldap_filter : " "
13741374matrix_synapse_ext_password_provider_ldap_active_directory : false
13751375matrix_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments