1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-03 20:00:56 +00:00

Adapt code to the review.

Adapt includes to satisfy isort.
This commit is contained in:
Dipl. Ing. Péter Varkoly 2025-05-30 18:38:45 +02:00
parent e3b5a6040b
commit 5b20813bd7
12 changed files with 25 additions and 24 deletions

View file

@ -293,11 +293,15 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"type": str}),
("ldap_groups_attribute", {
"value": "",
"help": "Attribute to read the group memberships from. Valid values are memberOf, member or uniqueMember. If no value is given group memebership will be ignored.",
"help": "Attribute in the user entry to read the group memberships from.",
"type": str}),
("ldap_group_members_attribute", {
"value": "",
"help": "Attribute in the group entries to read the group memberships from.",
"type": str}),
("ldap_groups_base_dn", {
"value": "",
"help": "The base dn to find the groups. Necessary only if ldap_groups attribute is member or uniqueMember. If not given ldap_base will be used.",
"help": "The base dn to find the groups. Necessary only if ldap_group_members_attribute is defined and other then ldap_base.",
"type": str}),
("ldap_use_ssl", {
"value": "False",