diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-18 19:45:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-18 19:45:26 +0000 |
| commit | 7f4085a026bb1c2be4e7355e0d2dcb69ba3a0802 (patch) | |
| tree | 2a15c05705b9b0dfa666b5dfee116ad6cdb0ad1e /roundcubemail/config | |
| parent | d83b9158748c1ff72d4bfd7b9c76b215a21d9c5b (diff) | |
Use numSubOrdindates inconjuction with VLV to count total
git-svn-id: https://svn.roundcube.net/trunk@4868 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -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 7eac777e0..96997b40d 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -536,6 +536,7 @@ $rcmail_config['ldap_public']['Verisign'] = array( 'filter' => '(objectClass=inetOrgPerson)', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act 'fuzzy_search' => true, // server allows wildcard search 'vlv' => false, // Enable Virtual List View to mor efficiently fetch paginated data (if server supports it) + 'numsub_filter' => '(objectClass=organizationalUnit)', // with VLV, we also use numSubOrdinates to query the total number of records. Set this filter to get all numSubOrdinates attributes for counting 'sizelimit' => '0', // Enables you to limit the count of entries fetched. Setting this to 0 means no limit. 'timelimit' => '0', // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit. |
