mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: allow trailing white-spaces in lighttpd-auth.conf
now catches the one in testcases/files/logs/lighttpd
This commit is contained in:
parent
683d4f269d
commit
4c76fb3b54
1 changed files with 1 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>\s*$
|
||||
|
||||
|
||||
# Option: ignoreregex
|
||||
|
|
|
|||
Loading…
Reference in a new issue