瀏覽代碼

Update configuring-playbook-ldap-auth.md

pull/2650/head
spatterlight 3 年之前
committed by GitHub
父節點
當前提交
3e1b8985b8
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      docs/configuring-playbook-ldap-auth.md

+ 3
- 1
docs/configuring-playbook-ldap-auth.md 查看文件

@@ -8,7 +8,9 @@ If you decide that you'd like to let this playbook install it for you, you need

```yaml
matrix_synapse_ext_password_provider_ldap_enabled: true
matrix_synapse_ext_password_provider_ldap_uri: "ldap://ldap.mydomain.tld:389"
matrix_synapse_ext_password_provider_ldap_uri:
- "ldap://ldap-01.mydomain.tld:389"
- "ldap://ldap-02.mydomain.tld:389"
matrix_synapse_ext_password_provider_ldap_start_tls: true
matrix_synapse_ext_password_provider_ldap_base: "ou=users,dc=example,dc=com"
matrix_synapse_ext_password_provider_ldap_attributes_uid: "uid"


Loading…
取消
儲存