mirror of https://github.com/fail2ban/fail2ban
- Modified filters config. Thanks to Michael C. Haller
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@569 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
6145a88fe8
commit
ac54c8b4f1
|
@ -12,6 +12,7 @@ ver. 0.?.? (2007/??/??) - ???
|
||||||
- Close opened handlers. Thanks to Yaroslav Halchenko
|
- Close opened handlers. Thanks to Yaroslav Halchenko
|
||||||
- Fixed "reload" bug. Many many thanks to Yaroslav Halchenko
|
- Fixed "reload" bug. Many many thanks to Yaroslav Halchenko
|
||||||
- Added date format for asctime without year
|
- Added date format for asctime without year
|
||||||
|
- Modified filters config. Thanks to Michael C. Haller
|
||||||
|
|
||||||
ver. 0.7.8 (2007/03/21) - release candidate
|
ver. 0.7.8 (2007/03/21) - release candidate
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -14,7 +14,9 @@
|
||||||
# (?:::f{4,6}:)?(?P<host>\S+)
|
# (?:::f{4,6}:)?(?P<host>\S+)
|
||||||
# Values: TEXT
|
# 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
|
# Option: ignoreregex
|
||||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||||
|
|
Loading…
Reference in New Issue