- Fix parse error after uncommenting default ldap_public settings (#1486953)

release-0.6
alecpl 14 years ago
parent d1dd13ee5c
commit 65060100b6

@ -428,7 +428,7 @@ $rcmail_config['ldap_public']['Verisign'] = array(
'sort' => 'cn', // The field to sort the listing by. 'sort' => 'cn', // The field to sort the listing by.
'scope' => 'sub', // search mode: sub|base|list '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 '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. '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. 'timelimit' => '0', // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit.
); );

Loading…
Cancel
Save