From b5c8d0aeeb53c655cbb3872dcc6bf3b070f72d2f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 9 Oct 2005 20:00:38 +0000 Subject: [PATCH] ajusted failregex a bit --- config/fail2ban.conf.default | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/fail2ban.conf.default b/config/fail2ban.conf.default index e52fc040..58d005ca 100644 --- a/config/fail2ban.conf.default +++ b/config/fail2ban.conf.default @@ -301,4 +301,4 @@ timepattern = %%b %%d %%H:%%M:%%S # Notes.: regex to match the password failures messages in the logfile. # Values: TEXT Default: (?:Authentication failure|Failed (?:keyboard-interactive/pam|password)) for(?: illegal user)? .* from (?:::f{4,6}:)?(?P\S*) # -failregex = : (?:Authentication failure for |Failed (?:keyboard-interactive/pam|password|unknown) for )?(?:[iI]llegal user )?.* from (?:::f{4,6}:)?(?P\S*) +failregex = : (?:Authentication failure for |Failed [-/\w+]+ for )?(?:[iI]llegal user )?.* from (?:::f{4,6}:)?(?P\S*) diff --git a/debian/changelog b/debian/changelog index 7957eba3..55234b59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -fail2ban (0.5.4-5.2) unstable; urgency=low +fail2ban (0.5.4-5.3) unstable; urgency=low * Added a notification regarding the importance of 0.5.4-5 change of failregex in the config file