Unlock User ID in IBM AIX

AIX Version: 5.3.0.0

Note: Required root or sudo access to perform this function.
To unlock an user that’s locked from several unsuccessful login attempts, follow the steps below. Replace <userid> with userid that needs to be unlocked in below.

If the user remembers the old password, skip this step and go to next. Else, execute the following command to reset the password and will be asked to enter the new password twice to confirm.
# passwd <userid>
or
$ sudo passwd <userid>

Execute the following command to reset unsuccessful login attempts count
# chsec -f /etc/security/lastlog -a unsuccessful_login_count=0 -s <userid>
or
$ sudo chsec -f /etc/security/lastlog -a unsuccessful_login_count=0 -s <userid>

Execute the below command to reset the lock switch
# chuser account_locked=false <userid>
or
$ sudo chuser account_locked=false <userid>

 
 
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
AIX NFS Version 4 configuration over Kerberos inter-realm setup
Viewed 3883 times since Wed, Jun 27, 2018
How to Investigate a System Reboot
Viewed 4503 times since Mon, Jul 16, 2018
SNAP in AIX
Viewed 11439 times since Mon, Sep 17, 2018
SNAP
Viewed 1906 times since Mon, Sep 17, 2018
This document discusses a new feature implemented for JFS2 filesystems to prevent simultaneous mounting.
Viewed 2755 times since Sat, Jun 1, 2019
Rootvg Mirroring in AIX
Viewed 2603 times since Mon, May 21, 2018
Recovery from LED 552, 554, or 556 in AIX
Viewed 2534 times since Tue, Apr 16, 2019
Manages processor scheduler tunable parameters schedo AIX
Viewed 2504 times since Thu, Sep 20, 2018
AIX LVM QUORUM mysteries revealed
Viewed 3219 times since Wed, May 22, 2019
AIX Health Check basic
Viewed 4351 times since Fri, Jun 8, 2018