mirror of https://github.com/fail2ban/fail2ban
modifications suggested by a referee (log ex+regexp)
parent
a7cb20edac
commit
683d4f269d
|
@ -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
|
||||
|
|
|
@ -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 New Issue