From 2d3f635a978ab434944f92ce2d019caaf9ccbbf1 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 29 Feb 2012 14:55:02 +0000 Subject: Describe 'scope' option for LDAP groups in config template --- config/main.inc.php.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index c3a96efe0..e4de49f3f 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -603,6 +603,7 @@ $rcmail_config['ldap_public']['Verisign'] = array( // -> 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 -- cgit v1.2.3