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 hangs on boot? How to debug boot process on AIX systems
Viewed 13740 times since Thu, Feb 21, 2019
Create a mksysb + SPOT using NIM (CLI)
Viewed 6767 times since Tue, Jul 17, 2018
AIX, Storage, System Admin↑ Identifying a Disk Bottleneck Using filemon
Viewed 11038 times since Fri, Apr 19, 2019
List STALE partitions across Volume Groups for each Logical Volume in AIX
Viewed 4077 times since Tue, Jul 17, 2018
AIX rootvg Mirroring
Viewed 6128 times since Mon, May 21, 2018
Backup and Restore With AIX
Viewed 6098 times since Sat, May 19, 2018
Do you Know These 5 Use of V$session View ?
Viewed 160705 times since Thu, Jun 21, 2018
Tunneling With SSH to Your Destination
Viewed 5739 times since Wed, May 30, 2018
How do I analyze and debug core files on AIX
Viewed 8827 times since Thu, Feb 21, 2019
AIX - How to get network speed and statistic of ethernet adapter in AIX
Viewed 17215 times since Fri, Jun 8, 2018