瀏覽代碼

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 年之前
committed by GitHub
父節點
當前提交
47745254f9
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-mxisd/defaults/main.yml

+ 1
- 1
roles/matrix-mxisd/defaults/main.yml 查看文件

@@ -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…
取消
儲存