How do I lock out a user after a set number of login attempts in Linux but also automatically unlock it after N minutes?
{ 0 comments }
Posts tagged as:
How do I lock out a user after a set number of login attempts in Linux but also automatically unlock it after N minutes?
{ 0 comments }
Under Linux you can use 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.
{ 7 comments }