default-policy-override-support
Use the default-policy-override-support stanza entry to control whether the global (default) policy overrides the user level policy during LDAP searches.
default-policy-override-support = {yes|true|no|false}Description
Whether default policy overrides user level policy during LDAP searches. When this stanza entry is set to yes, only the default policy is checked.
Options
yes|true User policy support is disabled and only the global (default) policy is checked. This option allows the user policy to be ignored, even when it is specified. no|false User policy support is enabled. When a user policy is specified by the administrator, it overrides the global policy.
Usage:
This stanza entry is optional.
Default:
By default, the value is not specified during WebSEAL configuration. When the value is not specified, the default behavior is enable user policy support. This is equivalent to setting this stanza entry to no.
Example:
default-policy-override-support = yes