소스 검색

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 = ""

# 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"


불러오는 중...
취소
저장