Browse Source

Merge pull request #180 from eMPee584/fix-commented-mxisd-ldap-option

Fix case of the mxisd ldap.connection.baseDNs option in matrix_mxisd_configuration_extension_yaml comment
pull/183/head
Slavi Pantaleev 7 years ago
committed by GitHub
parent
commit
47745254f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-mxisd/defaults/main.yml

+ 1
- 1
roles/matrix-mxisd/defaults/main.yml View File

@@ -152,7 +152,7 @@ matrix_mxisd_configuration_extension_yaml: |
# host: ldapHostnameOrIp
# tls: false
# port: 389
# baseDns: ['OU=Users,DC=example,DC=org']
# baseDNs: ['OU=Users,DC=example,DC=org']
# bindDn: CN=My Mxisd User,OU=Users,DC=example,DC=org
# bindPassword: TheUserPassword



Loading…
Cancel
Save