From 64ce74137c2a29542a5b0a1d91571923c4e5e142 Mon Sep 17 00:00:00 2001 From: fnoah Date: Wed, 23 Oct 2019 16:14:29 +0200 Subject: [PATCH] Add documentation part 2 --- docs/configuring-playbook-ldap-auth.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuring-playbook-ldap-auth.md b/docs/configuring-playbook-ldap-auth.md index 5658b8a9..4fe812fb 100644 --- a/docs/configuring-playbook-ldap-auth.md +++ b/docs/configuring-playbook-ldap-auth.md @@ -27,3 +27,6 @@ If you wish for users to **authenticate only against configured password provide ```yaml matrix_synapse_password_config_localdb_enabled: false ``` + +## Using mxisd Identity Server for authentication +If you wish to use the mxisd Identity Server for LDAP authentication instead of [matrix-synapse-ldap3](https://github.com/matrix-org/matrix-synapse-ldap3) consult [Adjusting mxisd Identity Server configuration](https://github.com/kamax-matrix/mxisd/blob/master/docs/features/configuring-playbook-mxisd.md#authentication). \ No newline at end of file