From aa9ddf1f03b9031580219eb6c343742e2ffb5666 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 29 Feb 2012 09:55:02 -0500
Subject: [PATCH] Describe 'scope' option for LDAP groups in config template
---
config/main.inc.php.dist | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index b8e5d0d..27e36c1 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -611,6 +611,7 @@
// -> in this case, assure that groups and contacts are separated due to the concernig filters!
'groups' => array(
'base_dn' => '',
+ 'scope' => 'sub', // search mode: sub|base|list
'filter' => '(objectClass=groupOfNames)',
'object_classes' => array("top", "groupOfNames"),
'member_attr' => 'member', // name of the member attribute, e.g. uniqueMember
--
Gitblit v1.9.1