summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-21 12:22:40 +0000
committeralecpl <alec@alec.pl>2011-09-21 12:22:40 +0000
commit075e9d5ba25ece5b7fed5470efb38272d519fa27 (patch)
tree1800c01a0d5a0f1cd0f8b05e63070981972aeddb /config
parentb578abb9f94fa1d7dc8ce2ee94e35fa074d51ce4 (diff)
- Applied fixes from trunk up to r5259
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index d68fd1a54..824085c14 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -570,9 +570,11 @@ $rcmail_config['ldap_public']['Verisign'] = array(
// if the groups base_dn is empty, the contact base_dn is used for the groups as well
// -> in this case, assure that groups and contacts are separated due to the concernig filters!
'groups' => array(
- 'base_dn' => '',
+ 'base_dn' => '',
'filter' => '(objectClass=groupOfNames)',
'object_classes' => array("top", "groupOfNames"),
+ // name of the member attribute, e.g. uniqueMember
+ 'member_attr' => 'member',
),
);
*/