码迷,mamicode.com
首页 > 其他好文 > 详细

【分享】AIX用户账户锁定与解锁

时间:2014-10-22 17:18:00      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:使用   strong   sp   on   log   ad   bs   as   tt   

例如:密码多次被输错,锁定后的提示信息
Password:
530-There have been too many unsuccessful login attempts; please see
        the system administrator.

与之相关的配置参数是/etc/security/login.cfg的以下配置项

logindisable=7              *7次失败登录后锁定端口
logininterval=120            *在120秒内7次失败登录才锁定端口

1、如果你可以登陆到ROOT账户,比较简单

使用chsec命令即可解锁,具体如下:
# chsec -f  /etc/security/lastlog -a unsuccessful_login_count=0 -s  username
通过重置未成功登陆的次数即可解锁

2、如果是通过设置来锁定的用户,可以这样解锁
#【smitty user】-->【Lock / Unlock a User‘s Account】
或是
# chsec -f  /etc/security/lastlog -a unsuccessful_login_count=0 -s  username

3、命令解锁
# chuser account_locked=TRUE username  给用户加锁
# chuser accout_locked=FALSE username   给用户解锁        

【分享】AIX用户账户锁定与解锁

标签:使用   strong   sp   on   log   ad   bs   as   tt   

原文地址:http://www.cnblogs.com/itwuya/p/4043413.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!