From 958a1b0a40de5285e7b0dfa8f4d15681fc0c7bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 30 Sep 2012 13:27:21 +0200 Subject: [PATCH] Lighttpd: support auth.backend = "htdigest" --- config/filter.d/lighttpd-auth.conf | 2 +- testcases/files/logs/lighttpd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/filter.d/lighttpd-auth.conf b/config/filter.d/lighttpd-auth.conf index 837cc501..ba438328 100644 --- a/config/filter.d/lighttpd-auth.conf +++ b/config/filter.d/lighttpd-auth.conf @@ -10,7 +10,7 @@ # Values: TEXT # failregex = .*http_auth.*password doesn\'t match.*IP: \s*$ - + .*http_auth.*wrong password.*IP: \s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored. diff --git a/testcases/files/logs/lighttpd b/testcases/files/logs/lighttpd index 1697a276..c3cfcb75 100644 --- a/testcases/files/logs/lighttpd +++ b/testcases/files/logs/lighttpd @@ -1,2 +1,3 @@ #authentification failure (mod_auth) 2011-12-25 17:09:20: (http_auth.c.875) password doesn't match for /gitweb/ username: francois, IP: 4.4.4.4 +2012-09-26 10:24:35: (http_auth.c.1136) digest: auth failed for xxx : wrong password, IP: 4.4.4.4