pam-resource-rule

pam-resource-rule = [+|-]{URI}

Description

Rules that WebSEAL uses to determine whether to pass a particular resource down to the Protocol Analysis Module. WebSEAL examines each rule in sequence until a match is found. The first successful match determines whether WebSEAL passes the request to the module. WebSEAL does not pass the request to the module layer if no match is found.

We can define multiple resource rules. Each entry has the format: [+|-]{URI}. For example, -*.gif.

Options

Usage: Optional

Default: None.

Example:

pam-resource-rule = -*.gif
pam-resource-rule = +*.html

Parent topic: [PAM] stanza