diff options
author | thomascube <thomas@roundcube.net> | 2012-02-29 14:55:02 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-29 14:55:02 +0000 |
commit | 2d3f635a978ab434944f92ce2d019caaf9ccbbf1 (patch) | |
tree | b3c2e450b20bf7981b765898dc18fcc08070e31f | |
parent | 249303d4415bc77b5f57abe1780322b45a1a9578 (diff) |
Describe 'scope' option for LDAP groups in config template
-rw-r--r-- | 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 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 |