From 2d3f635a978ab434944f92ce2d019caaf9ccbbf1 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 c3a96ef..e4de49f 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -603,6 +603,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