diff --git a/config/filter.d/lighttpd-auth.conf b/config/filter.d/lighttpd-auth.conf index ba438328c..1931373cc 100644 --- a/config/filter.d/lighttpd-auth.conf +++ b/config/filter.d/lighttpd-auth.conf @@ -9,8 +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: \s*$ - .*http_auth.*wrong password.*IP: \s*$ +failregex = .*http_auth.*(password doesn\'t match|wrong password).*IP: \s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.