Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: To check the login attempts to see if it needs to be reset...  (Read 2298 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
To check the login attempts to see if it needs to be reset...
« on: November 09, 2013, 06:51:36 am »
===
To check the login attempts to see if it needs to be reset
To check the login attempts to see if it needs to be reset type faillog -u

root@testsrv:~ # faillog -u user1
Username Failures Maximum Latest
user1 15 0

Reset the counter with the -r flag:

root@testsrv:~ # /usr/bin/faillog -r user1
Username Failures Maximum Latest
user1 0 0
===