Sunday, May 19, 2013

Unlock a user account on Aix


Run the below commands to unlock the user account on Aix

#chsec -f  /etc/security/lastlog -a "unsuccessful_login_count=0" -userid
#chuser "account_locked=false" -userid

No comments: