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.

@@ -342,7 +342,7 @@ and activate a virtual environment in advance

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
+python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections --auth-type none
as system user (or as root)
@@ -1152,13 +1152,20 @@ alikes, 'groupMembership' on Novell eDirectory, ...

ldap_use_ssl

(>= 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)

+
+
+
ldap_security
+

(>= 3.5.2)

+

Use encryption on the ldap connection. none, tls, starttls

+

Default: none

ldap_ssl_verify_mode

(>= 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

@@ -2083,7 +2090,7 @@ GitHub, or install it directly with: