diff options
Diffstat (limited to 'tunable.h')
-rw-r--r-- | tunable.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |