diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-01 15:24:33 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-01 15:24:33 +0100 |
commit | c5a5f989a9bf91927e6bb627f9f789800ce02fad (patch) | |
tree | 30fdd219922cebdf2c3beeb7c8a78c6e3a33f6af /config/main.inc.php.dist | |
parent | 92ba29f04f9303e6b767569002f65c8ff1512553 (diff) |
Allow to list contact groups in (paged) list (yet incomplete)
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 b113b41a8..d4246a001 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -680,6 +680,7 @@ $rcmail_config['ldap_public']['Verisign'] = array( 'object_classes' => array("top", "groupOfNames"), 'member_attr' => 'member', // name of the member attribute, e.g. uniqueMember 'name_attr' => 'cn', // attribute to be used as group name + 'member_filter' => '(objectclass=*)', // optional filter to use when querying for group members ), ); */ |