mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
modifications suggested by a referee (log ex+regexp)
This commit is contained in:
parent
a7cb20edac
commit
683d4f269d
2 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
# Notes.: regex to match wrong passwords as notified by lighttpd's auth Module
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>
|
||||
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>$
|
||||
|
||||
|
||||
# Option: ignoreregex
|
||||
|
|
|
|||
2
testcases/files/logs/lighttpd
Normal file
2
testcases/files/logs/lighttpd
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#authentification failure (mod_auth)
|
||||
2011-12-24 18:43:32: (http_auth.c.875) password doesn't match for /gitweb/ username: foobar, IP: 11.11.11.11
|
||||
Loading…
Reference in a new issue