Browse Source

Add a couple LDAP-related parameters to hue.ini

Jon Natkins 13 năm trước cách đây
mục cha
commit
6559de8166
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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
       # Base filter for searching for groups
       ## group_filter="objectclass=*"
       ## group_filter="objectclass=*"
 
 
-      # The username attribute in the LDAP schema
+      # The group name attribute in the LDAP schema
       ## group_name_attr=cn
       ## 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,
   # Configuration options for specifying the Desktop Database.  For more info,
   # see http://docs.djangoproject.com/en/1.1/ref/settings/#database-engine
   # see http://docs.djangoproject.com/en/1.1/ref/settings/#database-engine
   # ------------------------------------------------------------------------
   # ------------------------------------------------------------------------