Ver a proveniência

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 há 6 anos
committed by GitHub
ascendente
cometimento
47745254f9
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      roles/matrix-mxisd/defaults/main.yml

+ 1
- 1
roles/matrix-mxisd/defaults/main.yml Ver ficheiro

@@ -152,7 +152,7 @@ matrix_mxisd_configuration_extension_yaml: |
# host: ldapHostnameOrIp # host: ldapHostnameOrIp
# tls: false # tls: false
# port: 389 # 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 # bindDn: CN=My Mxisd User,OU=Users,DC=example,DC=org
# bindPassword: TheUserPassword # bindPassword: TheUserPassword




Carregando…
Cancelar
Guardar