diff --git a/templates/opt/matrix/config/homeserver.yml.j2 b/templates/opt/matrix/config/homeserver.yml.j2 index eb162b0..26fd429 100644 --- a/templates/opt/matrix/config/homeserver.yml.j2 +++ b/templates/opt/matrix/config/homeserver.yml.j2 @@ -612,7 +612,7 @@ password_config: password_providers: - module: "ldap_auth_provider.LdapAuthProvider" - config: + config: enabled: true uri: "{{ matrix_ldap_auth_server }}" start_tls: "{{ matrix_ldap_auth_use_starttls }}"