From ac54c8b4f1ad6c0ca0d5de014f474f596d898f66 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Wed, 18 Apr 2007 20:22:54 +0000 Subject: [PATCH] - Modified filters config. Thanks to Michael C. Haller git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@569 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 1 + config/filter.d/apache-auth.conf | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8ad146ee..9dab34e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ ver. 0.?.? (2007/??/??) - ??? - Close opened handlers. Thanks to Yaroslav Halchenko - Fixed "reload" bug. Many many thanks to Yaroslav Halchenko - Added date format for asctime without year +- Modified filters config. Thanks to Michael C. Haller ver. 0.7.8 (2007/03/21) - release candidate ---------- diff --git a/config/filter.d/apache-auth.conf b/config/filter.d/apache-auth.conf index 87d6edef..20553d91 100644 --- a/config/filter.d/apache-auth.conf +++ b/config/filter.d/apache-auth.conf @@ -14,7 +14,9 @@ # (?:::f{4,6}:)?(?P\S+) # Values: TEXT # -failregex = [[]client []] user .*(?:: authentication failure|not found) +failregex = [[]client []] user .* authentication failure + [[]client []] user .* not found + [[]client []] user .* password mismatch # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.