From a53713a0f8585c6313efd0975cc896788c6ca898 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 28 Sep 1999 21:25:11 +0000 Subject: Tolerate more than one authorization failure. svn path=/trunk/; revision=2621 --- tunable.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tunable.h') diff --git a/tunable.h b/tunable.h index b6abc5f5..6202e7bd 100644 --- a/tunable.h +++ b/tunable.h @@ -16,5 +16,8 @@ /* maximum consecutive lock-busy errors to accept */ #define MAX_LOCKOUTS 5 +/* maximum consecutive authentication failures to accept */ +#define MAX_AUTHFAILS 10 + /* default skipped message warning interval in seconds */ #define WARNING_INTERVAL 3600 -- cgit v1.2.3