1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Standardize LDAP security configuration naming

This commit is contained in:
gajus 2025-04-21 21:26:58 +02:00
parent e6f0d7f48b
commit b805393bd9
4 changed files with 26 additions and 26 deletions

8
config
View file

@ -102,13 +102,13 @@
#ldap_user_attribute = cn
# Use ssl on the ldap connection
# Soon to be deprecated, use ldap_encryption instead
# Soon to be deprecated, use ldap_security instead
#ldap_use_ssl = False
# the encryption mode to be used: ssl, start_tls, default is none
#ldap_encryption = none
# the encryption mode to be used: tls, starttls, default is none
#ldap_security = none
# The certificate verification mode. Works for ssl and start_tls. NONE, OPTIONAL, default is REQUIRED
# The certificate verification mode. Works for ssl and starttls. NONE, OPTIONAL, default is REQUIRED
#ldap_ssl_verify_mode = REQUIRED
# The path to the CA file in pem format which is used to certificate the server certificate