3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-04-27 19:04:37 +00:00

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.
This commit is contained in:
Slavi Pantaleev
2026-04-25 22:31:40 +03:00
parent d48b175a84
commit 2d44a0884b

View File

@@ -1909,6 +1909,14 @@ foci = [
#
#uri = ""
# StartTLS for LDAP connections.
#
#use_starttls = false
# Skip TLS certificate verification, possibly dangerous.
#
#disable_tls_verification = false
# Root of the searches.
#
# example: "ou=users,dc=example,dc=org"