- 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
0.x
Cyril Jaquier 2007-04-18 20:22:54 +00:00
parent 6145a88fe8
commit ac54c8b4f1
2 changed files with 4 additions and 1 deletions

View File

@ -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
----------

View File

@ -14,7 +14,9 @@
# (?:::f{4,6}:)?(?P<host>\S+)
# Values: TEXT
#
failregex = [[]client <HOST>[]] user .*(?:: authentication failure|not found)
failregex = [[]client <HOST>[]] user .* authentication failure
[[]client <HOST>[]] user .* not found
[[]client <HOST>[]] user .* password mismatch
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.