From 0297f4960051cebf52425e6df42c3bbcea2a23d1 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Fri, 13 Sep 2024 16:13:41 +0000 Subject: [PATCH] Generate documentation --- master.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/master.html b/master.html index a8b08b18..6fa307c3 100644 --- a/master.html +++ b/master.html @@ -879,6 +879,8 @@ server.
http_x_remote_user
: Takes the username from the
X-Remote-User
HTTP header and disables HTTP authentication.
This can be used to provide the username from a reverse proxy.
ldap
: Use a LDAP or AD server to authenticate
+users.
Default: none
Message displayed in the client when a password is needed.
Default: Radicale - Password Required
The URI to the ldap server
+Default: ldap://localhost
LDAP base DN of the ldap server. This parameter must be provided if +auth type is ldap.
+Default:
+The DN of a ldap user with read access to get the user accounts. This +parameter must be provided if auth type is ldap.
+Default:
+The password of the ldap_reader_dn. This parameter must be provided +if auth type is ldap.
+Default:
+The search filter to find the user DN to authenticate by the +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.
+Default: False
+Сonvert username to lowercase, must be true for case-insensitive auth