Browse Source

Add a couple LDAP-related parameters to hue.ini

Jon Natkins 13 years ago
parent
commit
6559de8166
1 changed files with 4 additions and 1 deletions
  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
   # ------------------------------------------------------------------------