Forum Discussion
Apr 11, 2023
I just tested this on v16.1.3.4 and can confirm that it works for me:
(tmos)# list auth password-policy all-properties
auth password-policy {
description none
expiration-warning 7
lockout-duration 0
max-duration 99999
max-login-failures 0
min-duration 0
minimum-length 12
password-memory 0
policy-enforcement enabled
required-lowercase 1
required-numeric 1
required-special 1
required-uppercase 1
}
(tmos)# create auth user test1 password 1234
There were warnings:
WARNING! Role no-access will lockout the user test1.
01070366:3: Bad password (test1): BAD PASSWORD: it is too short
There was no need to manually enable BigDB key users.strictpasswords" since this gets enabled automatically as soon as you enable the policy-enforcement setting in TMSH (modify auth password-policy policy-enforcement enabled)