Explorar o código

Add a couple LDAP-related parameters to hue.ini

Jon Natkins %!s(int64=14) %!d(string=hai) anos
pai
achega
6559de8166
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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
   # ------------------------------------------------------------------------