Previous Topic: set syntax-alias CommandNext Topic: set tcp-buff-size —Set TCP Buffer Sizes


set target-password-policy Command—Create Multiple Password Policies

You can set up multiple password policies for a DSA. By default, every DSA has a single password policy named Default

To create another password policy, use the following command:

set target-password-policy = policy-name, precedence;
policy-name

Specifies the name of the new policy.

precedence

This value is currently ignored.

The new password policy inherits the attributes of the default password policy. However, further password policy commands modify the new password policy and not the default password policy.

An exception to this rule is that the following commands apply to all password policies.

set password-force-change = true;
set password-allow-locking = true;
set password-allow-ignore-expired = true;
set password-allow-ignore-suspended = true;

More information:

Create Multiple Password Policies for Each DSA