浏览代码

[core] make suboordinate subgroups the default

Abraham Elmahrek 11 年之前
父节点
当前提交
7544de2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/conf.py

+ 1 - 1
desktop/core/src/desktop/conf.py

@@ -473,7 +473,7 @@ LDAP = ConfigSection(
       private=True,
       help=_("Choose which kind of subgrouping to use: nested or suboordinate (deprecated)."),
       type=coerce_str_lowercase,
-      default="nested"),
+      default="suboordinate"),
     NESTED_MEMBERS_SEARCH_DEPTH = Config("nested_members_search_depth",
       private=True,
       help=_("Define the number of levels to search for nested members."),