Author Topic: Reset Failed Login Count on AIX  (Read 454 times)

Offline Shaun Zerbe

  • UNIX Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Reset Failed Login Count on AIX
« on: March 12, 2010, 11:36:40 am »
Useful in scripts or keeping handy to avoid having to go into smitty.
Code: [Select]
chsec -f /etc/security/lastlog -a "unsuccessful_login_count=0" -s 'aix_user'