Symptoms
When a user navigates to "Access Policy" >> "Local User DB" >> "Manage Users", the button "Unlock User" is enabled when status of user account is unlocked; disable when status of user account is locked out.
Impact
User cannot unlock "locked-out" user via GUI.
Workaround
To unlock user, run command:
ldbutil --update --uname=XXX --instance=XXX --locked_out=0 --lockout_start=0 --login_failures=0
Fix Information
The Disable/Enable logic for Unlock User button is fixed.