Changeset 6039aae in github for config/main.inc.php.dist
- Timestamp:
- Jan 29, 2011 6:31:23 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- d755ead
- Parents:
- cf2da2f
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
rcf2da2f r6039aae 502 502 'filter' => '', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act 503 503 'fuzzy_search' => true, // server allows wildcard search 504 'sizelimit' => '0', // Enables you to limit the count of entries fetched. Setting this to 0 means no limit. 505 'timelimit' => '0', // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit. 504 'sizelimit' => '0', // Enables you to limit the count of entries fetched. Setting this to 0 means no limit. 505 'timelimit' => '0', // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit. 506 // definition for groups, set to false if no groups are supported 507 'groups' => array( 508 'base_dn' => 'ou=groups,ou=rcabook,dc=localhost', 509 'filter' => '(objectClass=groupOfNames)', 510 ), 506 511 ); 507 512 */
Note: See TracChangeset
for help on using the changeset viewer.
