1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Add support for start_tls

This commit is contained in:
gajus 2025-04-19 17:02:45 +02:00
parent d41f4f3907
commit 1162a3a011
4 changed files with 56 additions and 16 deletions

View file

@ -1045,15 +1045,21 @@ Default: (unset)
_(>= 3.3.0)_
Use ssl on the ldap connection
Use ssl on the ldap connection (soon to be deprecated, use ldap_encryption instead)
Default: False
##### ldap_encryption
_(>= 3.5.2)_
Use encryption on the ldap connection. none, ssl, start_tls
Default: none
##### ldap_ssl_verify_mode
_(>= 3.3.0)_
The certificate verification mode. NONE, OPTIONAL or REQUIRED
The certificate verification mode. Works for ssl and start_tls. NONE, OPTIONAL or REQUIRED
Default: REQUIRED