Prasanth Nambiar
Pages
(Move to ...)
Home
▼
Wednesday, January 16, 2008
Unlocking user accounts
3004-303 There have been too many unsuccessful login attempts; please see the system administrator.
you can check unsuccessful_login_count for a user:
# lsuser -f
| grep unsuccessful_login_count
Then you need to reset the value to 0
# chsec -f /etc/security/lastlog -a "unsuccessful_login_count=0" -s
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment