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.
entry This field defines the stanza entry to be included or excluded. It may contain any pattern matching characters. stanza This field defines the stanza containing the data entry to be included or excluded. It may contain any pattern matching characters.
Options
include Include the specified configuration entries when importing or exporting data from the configuration database. exclude Exclude the specified configuration entries when importing or exporting data from the configuration database.
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 *::* = includeParent topic: [cfg-db-cmd:entries] stanza