diff --git a/v3.html b/v3.html index 0eb5802e..fad3e625 100644 --- a/v3.html +++ b/v3.html @@ -192,6 +192,7 @@ with the WSGI server Clients
First, make sure that python 3.8 or later and +
First, make sure that python 3.9 or later and
pip are installed. On most distributions it should be
enough to install the package python3-pip
.
Then open a console and type:
@@ -934,6 +935,22 @@ users. users.Default: none
Cache successful/failed logins until expiration time. Enable this to +avoid overload of authentication backends.
+Default: false
Expiration time of caching successful logins in seconds
+Default: 15
Expiration time of caching failed logins in seconds
+Default: 90
Path to the htpasswd file.
@@ -962,6 +979,11 @@ password with a salt. entry.Default: autodetect
Enable caching of htpasswd file based on size and mtime_ns
+Default: False
Average delay after failed login attempts in seconds.
@@ -1008,21 +1030,32 @@ auth type is ldap. username. User '{0}' as placeholder for the user name.Default: (cn={0})
Load the ldap groups of the authenticated user. These groups can be -used later on to define rights. This also gives you access to the group -calendars, if they exist.
+The LDAP attribute whose value shall be used as the user name after +successful authentication
+Default: not set, i.e. the login name given is used directly.
+The LDAP attribute to read the group memberships from in the +authenticated user's LDAP entry.
+If set, load the LDAP group memberships from the attribute given +These memberships can be used later on to define rights. This also gives +you access to the group calendars, if they exist.
Default: False
+Use 'memberOf' if you want to load groups on Active Directory and +alikes, 'groupMembership' on Novell eDirectory, ...
+Default: unset
Radicale has been tested with:
http://localhost:5232
) and your username. DAVx⁵ will show
all existing calendars and address books and you can create new.
When adding account, select CalDAV account type, then enter user
+name, password and the Radicale server (e.g.
+https://yourdomain:5232
). OneCalendar will show all
+existing calendars and (FIXME: address books), you need to select which
+ones you want to see. OneCalendar supports many other server types
+too.
GNOME 46 added CalDAV and CardDAV support to GNOME Online