Announce matrix-ldap-registration-proxy

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2038
This commit is contained in:
Slavi Pantaleev
2022-10-02 09:27:49 +03:00
parent b67ba669e8
commit f4804f475a
3 changed files with 17 additions and 1 deletions

View File

@ -20,7 +20,7 @@ matrix_ldap_registration_proxy_ldap_user: <USER>
matrix_ldap_registration_proxy_ldap_password: <password>
```
If you already use the [synapse external password provider via LDAP](docs/configuring-playbook-ldap-auth.md) (that is, you have `matrix_synapse_ext_password_provider_ldap_enabled: true` and other options in your configuration)
If you already use the [synapse external password provider via LDAP](configuring-playbook-ldap-auth.md) (that is, you have `matrix_synapse_ext_password_provider_ldap_enabled: true` and other options in your configuration)
you can use the following values as configuration:
```yaml