ENH: tighted up lighttpd regex

pull/339/head
Daniel Black 2013-08-26 08:42:45 +10:00
parent 1aabee20f6
commit a7ebb84a7d
1 changed files with 1 additions and 1 deletions

View File

@ -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|wrong password|get_password failed).*IP: <HOST>\s*$
failregex = ^: \(http_auth\.c\.\d+\) (password doesn\'t match|digest: auth failed for .*: wrong password|get_password failed).*, IP: <HOST>\s*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.