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
0516-787 extendlv: Maximum allocation for logical volume error
Viewed 9214 times since Tue, Mar 12, 2019
HOWTO: Implement SEA Failover with Dual VIOS
Viewed 7990 times since Tue, Jun 4, 2019
Trick to Purge/Clean Swap Usage on AIX
Viewed 8311 times since Thu, Nov 29, 2018
Altering LVM Configuration When a Disk is Not in ODM Anymore
Viewed 3286 times since Mon, Jun 3, 2019
Topics: AIX, System Admin↑ Export and import PuTTY sessions
Viewed 3171 times since Fri, Apr 19, 2019
Convert to Scalable Volume Groups
Viewed 4164 times since Wed, May 30, 2018
AIX QHA
Viewed 11238 times since Mon, Jun 3, 2019
Find out which port the daemon is using on AIX OS. (similar like command netstat -anp for Linux)
Viewed 11724 times since Thu, Feb 21, 2019
AIX Assign a PVID to a new hdisk
Viewed 6716 times since Tue, Jul 17, 2018
Kerberos, Active Directory and AIX
Viewed 6560 times since Mon, Jun 25, 2018