diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-21 13:44:14 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-21 13:44:14 +0000 |
| commit | 5dfde34254217204bcdec42a2c4165e57a4dfebd (patch) | |
| tree | 5880669c27d6c60892598790f93fd82ca90608e9 /roundcubemail/config | |
| parent | 23f1e54909306679f8aae903e7422a4f63646c34 (diff) | |
- Add sizelimit and timelimit variables in LDAP config (#1486544)
git-svn-id: https://svn.roundcube.net/trunk@3520 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 062a0c9b4..07f18730e 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -387,7 +387,10 @@ $rcmail_config['ldap_public']['Verisign'] = array( 'sort' => 'cn', // The field to sort the listing by. 'scope' => 'sub', // search mode: sub|base|list 'filter' => '', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act - 'fuzzy_search' => true); // server allows wildcard search + 'fuzzy_search' => true // server allows wildcard search + '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. +); */ // An ordered array of the ids of the addressbooks that should be searched |
