summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-08-25 19:12:34 +0000
committeralecpl <alec@alec.pl>2010-08-25 19:12:34 +0000
commit65060100b65f6c6b4c5dc3962fbcbcf1977d0371 (patch)
tree586b39fe027b9fe3f48e2532495e57c368c2416e /config
parentd1dd13ee5c8b74ff134024eea85facf6ae8f3364 (diff)
- Fix parse error after uncommenting default ldap_public settings (#1486953)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 6eeeeeee6..df251c676 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -428,7 +428,7 @@ $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.
);