summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-30 14:12:45 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-30 14:12:45 +0000
commit84917c3dfdc8259239a50f1b366ef676511737a8 (patch)
tree5b3dbd569b34c80eb50b511d52db2e36da748f6f
parent82e8ce58c4976a049f37d446ced15e14242bbffa (diff)
Describe new name attribute for LDAP groups
git-svn-id: https://svn.roundcube.net/trunk@5296 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 466c2bd47..9ce4440c6 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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
),
);
*/