diff --git a/v3.html b/v3.html index a0ea46e7..63d06f43 100644 --- a/v3.html +++ b/v3.html @@ -314,12 +314,12 @@ on GitHub.
You want to try Radicale but only have 5 minutes free in your calendar? Let's go right now and play a bit with Radicale!
When everything works, you can get a client and start creating calendars and -address books. By default, the server only binds to localhost (is not -reachable over the network) and you can log in with any user name and -password. When everything works, you may get a local client and start -creating calendars and address books. If Radicale fits your needs, it -may be time for some basic -configuration to support remote clients.
+address books. The server, configured with settings from this section, +only binds to localhost (is not reachable over the network) and you can +log in with any user name and password. When everything works, you may +get a local client and start creating calendars and address books. If +Radicale fits your needs, it may be time for some basic configuration to support remote +clients and desired authentication type.Follow one of the chapters below depending on your operating system.
Start the service manually, data is stored only for the current user
# Start, data is stored for the current user only
-python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections
(>= 3.3.0)
-Use ssl on the ldap connection
-Default: False
+Use ssl on the ldap connection (soon to be deprecated, use +ldap_security instead)
+(>= 3.5.2)
+Use encryption on the ldap connection. none, tls, starttls
+Default: none
(>= 3.3.0)
-The certificate verification mode. NONE, OPTIONAL or REQUIRED
+The certificate verification mode. Works for tls and starttls. NONE, +OPTIONAL or REQUIRED
Default: REQUIRED