From 633dfbc8756feb437db254c3c6ddfbbdf2de9f82 Mon Sep 17 00:00:00 2001 From: BastelBaus <44684710+BastelBaus@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:09:35 +0100 Subject: [PATCH] Update config.py --- radicale/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radicale/config.py b/radicale/config.py index 66c276de..8adcaed8 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -259,9 +259,9 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([ "value": "1", "help": "incorrect authentication delay", "type": positive_float}), - ("ldap_authentik_timestamp_hack", { + ("ldap_ignore_attribute_create_modify_timestamp", { "value": "false", - "help": "Ignore modifyTimestamp and createTimestamp attributes. Need if Authentik LDAP server is used", + "help": "Ignore modifyTimestamp and createTimestamp attributes. Need if Authentik LDAP server is used.", "type": bool}), ("ldap_uri", { "value": "ldap://localhost",