summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-09-30 14:12:45 +0000
committerthomascube <thomas@roundcube.net>2011-09-30 14:12:45 +0000
commitad27eb29727889a823dee8e855462a5fe0b90ab9 (patch)
tree5e7e1d0081c01cdfa5c48c16cf549ec2e264185b
parent448f81362a882a40efaae67337706767651a8cc2 (diff)
Describe new name attribute for LDAP groups
-rw-r--r--config/main.inc.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 466c2bd47..9ce4440c6 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -593,8 +593,8 @@ $rcmail_config['ldap_public']['Verisign'] = array(
'base_dn' => '',
'filter' => '(objectClass=groupOfNames)',
'object_classes' => array("top", "groupOfNames"),
- // name of the member attribute, e.g. uniqueMember
- 'member_attr' => 'member',
+ 'member_attr' => 'member', // name of the member attribute, e.g. uniqueMember
+ 'name_attr' => 'cn', // attribute to be used as group name
),
);
*/