소스 검색

TODO: Check if ths documentation is correct

Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2038/head
Julian-Samuel Gebühr 3 년 전
부모
커밋
2fa0ddcf53
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      docs/configuring-playbook-matrix-ldap-registration-proxy.md

+ 14
- 0
docs/configuring-playbook-matrix-ldap-registration-proxy.md 파일 보기

@@ -14,3 +14,17 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.
```yaml
matrix_ldap_registration_proxy_enabled: true
```

That is enough if you use the synapse external password provider via LDAP.
If you want to use your own credentials add the following to your `inventory/host_vars/matrix.DOMAIN/vars.yml`:



# LDAP credentials
```yaml
matrix_ldap_registration_proxy_ldap_uri: <URI>
matrix_ldap_registration_proxy_ldap_base_dn: <DN>
matrix_ldap_registration_proxy_ldap_user: <USER>
matrix_ldap_registration_proxy_ldap_password: <password>
```
TODO: is the block above correct? Else indicate that it can only be used with the LDAP password provider for Synapse

불러오는 중...
취소
저장