소스 검색

Update config.py

BastelBaus 11 달 전
부모
커밋
633dfbc875
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      radicale/config.py

+ 2 - 2
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",