diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-29 14:55:02 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-29 14:55:02 +0000 |
| commit | e4d2d92965cf03034c61c32c8b1cd657eea736de (patch) | |
| tree | 2a79bcdb0a9fe7792b5d134a3e15dc464af13cd5 /roundcubemail | |
| parent | af03e29c0f7d1c43301ab12a452e69dfd6e95ae3 (diff) | |
Describe 'scope' option for LDAP groups in config template
git-svn-id: https://svn.roundcube.net/trunk@5932 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index b8e5d0df2..27e36c19d 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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 |
