|
|
@@ -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
|
|
|
# ------------------------------------------------------------------------
|