浏览代码

Add doc page

Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2038/head
Julian-Samuel Gebühr 3 年前
父节点
当前提交
0a4ce46e1e
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. +16
    -0
      docs/configuring-playbook-matrix-ldap-registration-proxy.md

+ 16
- 0
docs/configuring-playbook-matrix-ldap-registration-proxy.md 查看文件

@@ -0,0 +1,16 @@
# Setting up matrix-ldap-registration-proxy (optional)

The playbook can install and configure [matrix-ldap-registration-proxy](https://gitlab.com/activism.international/matrix_ldap_registration_proxy) for you.

This proxy handles Matrix registration requests and forwards them to LDAP.

**Please note:** This does support the full Matrix specification for registrations. It only provide a very coarse
implementation of a basic password registration.

## Quickstart

Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file:

```yaml
matrix_ldap_registration_proxy_enabled: true
```

正在加载...
取消
保存