From 991e5182996ccbb212ed7bedb9eabd1ca63ef815 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sat, 4 Jan 2025 07:34:10 +0000 Subject: [PATCH] Generate documentation --- master.html | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/master.html b/master.html index 0aefc608..510ecf92 100644 --- a/master.html +++ b/master.html @@ -176,7 +176,6 @@ with the WSGI server
  • server
  • encoding
  • auth
  • -
  • ldap_user_attribute
  • rights
  • storage
  • web
  • @@ -1031,27 +1030,32 @@ auth type is ldap.

    username. User '{0}' as placeholder for the user name.

    Default: (cn={0})

    - -
    -

    ldap_user_attribute

    +
    +
    ldap_user_attribute

    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.

    -
    -
    ldap_load_groups
    -

    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.

    +
    +
    +
    ldap_groups_attribute
    +

    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.

    • The group calendar will be placed under collection_root_folder/GROUPS
    • The name of the calendar directory is the base64 encoded group name.
    • -
    • The group calendar folders will not be created automaticaly. This -must be created manually. Here -you can find a script to create group calendar folders https://github.com/Kozea/Radicale/wiki/LDAP-authentication
    • +
    • The group calendar folders will not be created automatically. This +must be done manually. In the LDAP-authentication +section of Radicale's wiki you can find a script to create a group +calendar.
    -

    Default: False

    +

    Use 'memberOf' if you want to load groups on Active Directory and +alikes, 'groupMembership' on Novell eDirectory, ...

    +

    Default: unset

    ldap_use_ssl