Merge pull request #1837 from Lyokovic/vicx/fix-ldap-simple-bind
Fix synapse LDAP simple bind config
This commit is contained in:
		| @@ -2532,8 +2532,10 @@ password_providers: | ||||
|         uid: {{ matrix_synapse_ext_password_provider_ldap_attributes_uid|string|to_json }} | ||||
|         mail: {{ matrix_synapse_ext_password_provider_ldap_attributes_mail|string|to_json }} | ||||
|         name: {{ matrix_synapse_ext_password_provider_ldap_attributes_name|string|to_json }} | ||||
| {% if matrix_synapse_ext_password_provider_ldap_bind_dn %} | ||||
|       bind_dn: {{ matrix_synapse_ext_password_provider_ldap_bind_dn|string|to_json }} | ||||
|       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 }} | ||||
| {% endif %} | ||||
| {% endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user