mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add support for start_tls
This commit is contained in:
parent
d41f4f3907
commit
1162a3a011
4 changed files with 56 additions and 16 deletions
4
config
4
config
|
@ -102,8 +102,12 @@
|
|||
#ldap_user_attribute = cn
|
||||
|
||||
# Use ssl on the ldap connection
|
||||
# Soon to be deprecated, use ldap_encryption instead
|
||||
#ldap_use_ssl = False
|
||||
|
||||
# the encryption mode to be used: ssl, start_tls, default is none
|
||||
#ldap_encryption = none
|
||||
|
||||
# The certificate verification mode. NONE, OPTIONAL, default is REQUIRED
|
||||
#ldap_ssl_verify_mode = REQUIRED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue