Преглед изворни кода

Sync Continuwuity v0.5.8 LDAP StartTLS reference options

Adds the new `use_starttls` and `disable_tls_verification` keys to
the commented-out `[global.ldap]` reference block, matching upstream.
pull/5172/head
Slavi Pantaleev пре 1 месец
родитељ
комит
2d44a0884b
1 измењених фајлова са 8 додато и 0 уклоњено
  1. +8
    -0
      roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2

+ 8
- 0
roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 Прегледај датотеку

@@ -1909,6 +1909,14 @@ foci = [
# #
#uri = "" #uri = ""


# StartTLS for LDAP connections.
#
#use_starttls = false

# Skip TLS certificate verification, possibly dangerous.
#
#disable_tls_verification = false

# Root of the searches. # Root of the searches.
# #
# example: "ou=users,dc=example,dc=org" # example: "ou=users,dc=example,dc=org"


Loading…
Откажи
Сачувај