As system administrator it is necessary to lock / unlock users or to reset failed login count.
let's look how we can perform lock / unlock users or to reset on UNIX/AIX
As system administrator it is necessary to lock / unlock users or to reset failed login count.
let's look how we can perform lock / unlock users or to reset on UNIX/AIX
su - root lsuser -a unsuccessful_login_count userid
chsec -f /etc/security/lastlog -a unsuccessful_login_count=0 -s userid
chuser account_locked=false userid
chuser account_locked=true userid
lsuser userid
For Linux like redhat distros
pam_tally2 --user=test1
pam_tally2 --user=test1 --reset