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 | aa9ddf1f03b9031580219eb6c343742e2ffb5666 (patch) | |
tree | 176ad1f5a703d6c1af41f53cb69c2e5997651da4 /config/main.inc.php.dist | |
parent | 737fbe3b6622c870fc02fea167e39bbebebb8eaf (diff) |
Describe 'scope' option for LDAP groups in config template
Diffstat (limited to 'config/main.inc.php.dist')
-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 b8e5d0df2..27e36c19d 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -611,6 +611,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 |