policy_name The MODIFY POLICY command is used to modify a password policy entry.
1 – Qualifiers
2 /LIFETIME
/LIFETIME=(field [,...]) Specifies the password lifetime for the modified policy.
2.1 – Fields
MAX:delta-time Specifies the maximum password lifetime for the modified policy. MIN:delta-time Specifies the minimum password lifetime for the modified policy.
3 /LENGTH
/LENGTH=(field [,...]) Specifies the password length for the modified policy.
3.1 – Fields
MIN:n Specifies the minimum password length for the modified policy.
4 /CLASSES
/CLASSES=(field [,...]) Specifies the minimum password classes for the modified policy.
4.1 – Fields
MIN:n Specifies the minimum password length for the modified policy.
5 /HISTORY
/HISTORY=(field [,...]) Specifies the password history for the modified policy.
5.1 – Fields
MIN:n Specifies the minimum password history for the modified policy.
6 – Examples
KerberosAdmin> Modify Policy TestPolicy /Max_Pwd_Lifetime=30-00:00:00 Requests that the maximum password lifetime of TestPolicy be set to 30 days.