ENH: further tighten lighttpd basic auth regex

pull/339/head
Daniel Black 11 years ago
parent a7ebb84a7d
commit b8e7d0b867

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

Loading…
Cancel
Save