mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-19 20:01:09 +03:00
Compare commits
2 Commits
c9bb48ff11
...
58141f9926
| Author | SHA1 | Date | |
|---|---|---|---|
| 58141f9926 | |||
| 1ee5c1f416 |
@@ -28,6 +28,6 @@ sphinxcontrib-htmlhelp==2.1.0
|
|||||||
sphinxcontrib-jsmath==1.0.1
|
sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==2.0.0
|
sphinxcontrib-qthelp==2.0.0
|
||||||
sphinxcontrib-serializinghtml==2.0.0
|
sphinxcontrib-serializinghtml==2.0.0
|
||||||
tabulate==0.9.0
|
tabulate==0.10.0
|
||||||
uc-micro-py==2.0.0
|
uc-micro-py==2.0.0
|
||||||
urllib3==2.6.3
|
urllib3==2.6.3
|
||||||
|
|||||||
@@ -1410,6 +1410,7 @@ matrix_synapse_ext_password_provider_ldap_filter: ""
|
|||||||
matrix_synapse_ext_password_provider_ldap_active_directory: false
|
matrix_synapse_ext_password_provider_ldap_active_directory: false
|
||||||
matrix_synapse_ext_password_provider_ldap_default_domain: ""
|
matrix_synapse_ext_password_provider_ldap_default_domain: ""
|
||||||
matrix_synapse_ext_password_provider_ldap_tls_options_validate: true
|
matrix_synapse_ext_password_provider_ldap_tls_options_validate: true
|
||||||
|
matrix_synapse_ext_password_provider_ldap_tls_options_ca_certs_file: ""
|
||||||
|
|
||||||
# Enable this to activate the Synapse Antispam spam-checker module.
|
# Enable this to activate the Synapse Antispam spam-checker module.
|
||||||
# See: https://github.com/t2bot/synapse-simple-antispam
|
# See: https://github.com/t2bot/synapse-simple-antispam
|
||||||
|
|||||||
@@ -2540,6 +2540,9 @@ password_providers:
|
|||||||
filter: {{ matrix_synapse_ext_password_provider_ldap_filter | string|to_json }}
|
filter: {{ matrix_synapse_ext_password_provider_ldap_filter | string|to_json }}
|
||||||
tls_options:
|
tls_options:
|
||||||
validate: {{ matrix_synapse_ext_password_provider_ldap_tls_options_validate | to_json }}
|
validate: {{ matrix_synapse_ext_password_provider_ldap_tls_options_validate | to_json }}
|
||||||
|
{% if matrix_synapse_ext_password_provider_ldap_tls_options_ca_certs_file %}
|
||||||
|
ca_certs_file: {{ matrix_synapse_ext_password_provider_ldap_tls_options_ca_certs_file | string | to_json }}
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user