1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +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

View file

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