Skip to content

system global

The following operations can be performed on "system global":

bind | unbind | show

bind system global

Binds policies globally.

Synopsys

bind system global [<policyName> [-priority <positive_integer>] [-nextFactor <string>] [-gotoPriorityExpression <expression>]]

Arguments

policyName

Name of the policy to bind globally.

priority

Integer specifying the priority of the policy. A lower number specifies a higher priority. Policies are evaluated in the order of their priority numbers. Note that priority range 64001 to 65535 is reserved for internal system usage of binding policies by default

Minimum value: 0

nextFactor

On success invoke label. Applicable for advanced authentication policy binding

gotoPriorityExpression

Applicable only to advance authentication policy. Expression or other value specifying the next policy to be evaluated if the current policy evaluates to TRUE. Specify one of the following values:

  • NEXT - Evaluate the policy with the next higher priority number.

  • END - End policy evaluation.

unbind system global

Unbinds a globally bound policy.

Synopsys

unbind system global <policyName>

Arguments

policyName

Name of the globally bound policy to unbind.

show system global

Displays information about all global policy bindings.

Synopsys

show system global

Outputs

policyName

The name of the command policy.

priority

The priority of the command policy.

bindPolicyType

Bound policy type

policySubType

builtin

Indicates that a variable is a built-in (SYSTEM INTERNAL) type.

stateflag

globalBindType

gotoPriorityExpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. Applicable only for advanced authentication policies

nextFactor

On success invoke label. Applicable for advanced authentication policy binding

devno

count

Was this article helpful?