Browse Source

Update configuring-playbook-ldap-auth.md

pull/2650/head
spatterlight 3 years ago
committed by GitHub
parent
commit
3e1b8985b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/configuring-playbook-ldap-auth.md

+ 3
- 1
docs/configuring-playbook-ldap-auth.md View File

@@ -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…
Cancel
Save