|
|
Locking User Accounts After Login Failures - Linux
|
Views : 422
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Locking User Accounts After Login Failures
Under Linux you can use the faillog command to display faillog records or to set login failure limits. faillog formats the contents of the failure log from /var/log/faillog database / log file. It also can be used for maintains failure counters and limits. To see failed login attempts, enter:
faillog
To unlock an account after login failures, run:
faillog -r -u userName |
|
By Geethalakshmi, On - 2009-12-15 |
|
|
|