瀏覽代碼

Add a couple LDAP-related parameters to hue.ini

Jon Natkins 13 年之前
父節點
當前提交
6559de8166
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      desktop/conf.dist/hue.ini

+ 4 - 1
desktop/conf.dist/hue.ini

@@ -109,9 +109,12 @@
       # Base filter for searching for groups
       ## group_filter="objectclass=*"
 
-      # The username attribute in the LDAP schema
+      # The group name attribute in the LDAP schema
       ## group_name_attr=cn
 
+      # The attribute of the group object which identifies the members of the group
+      ## group_member_attr=members
+
   # Configuration options for specifying the Desktop Database.  For more info,
   # see http://docs.djangoproject.com/en/1.1/ref/settings/#database-engine
   # ------------------------------------------------------------------------