mirror of https://github.com/fail2ban/fail2ban
ENH: allow trailing white-spaces in lighttpd-auth.conf
now catches the one in testcases/files/logs/lighttpdpull/16/head
parent
683d4f269d
commit
4c76fb3b54
|
@ -9,7 +9,7 @@
|
||||||
# Notes.: regex to match wrong passwords as notified by lighttpd's auth Module
|
# Notes.: regex to match wrong passwords as notified by lighttpd's auth Module
|
||||||
# Values: TEXT
|
# Values: TEXT
|
||||||
#
|
#
|
||||||
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>$
|
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>\s*$
|
||||||
|
|
||||||
|
|
||||||
# Option: ignoreregex
|
# Option: ignoreregex
|
||||||
|
|
Loading…
Reference in New Issue