Previous Topic: Set Some Accounts to Never be Suspended

Next Topic: Example: Complex Password Policy

Example: Simple Password Policy

In this example, you want to set up a password policy with the following rules:

To set up this policy, set the following password rules:

set password-policy = true;
set password-min-length = 8;
set password-numeric = 1;
set password-force-change = true;
set password-last-use = 60;