stanza::entry

Use the stanza::entry stanza entry to specify the configuration entries that are imported or exported from the configuration database.

stanza::entry = {include|exclude}

Description

Each configuration entry is checked sequentially against each item in the [cfg-db-cmd:entries] stanza until a match is found. This first match then controls whether the configuration entry is included in, or excluded from, the configuration database. If no match is found, the configuration entry is excluded from the configuration database.

Options

Usage:

This stanza entry is not required.

Default:

WebSEAL uses the values configured in the WebSEAL configuration file. See the WebSEAL configuration file template for the default entries.

Example:

server::worker-threads = include
ldap::* = exclude
 *::* = include

Parent topic: [cfg-db-cmd:entries] stanza