From 6dfd080e20d1e088b5d840933aa864b88fb77d24 Mon Sep 17 00:00:00 2001 From: "Serg G. Brester" Date: Fri, 21 Apr 2017 11:17:13 +0200 Subject: [PATCH] Update apache-auth.conf remove forgotten referer, that may prevent failure recognition (belongs to gh-1645) --- config/filter.d/apache-auth.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/filter.d/apache-auth.conf b/config/filter.d/apache-auth.conf index f301e290..e22a49b7 100644 --- a/config/filter.d/apache-auth.conf +++ b/config/filter.d/apache-auth.conf @@ -21,8 +21,8 @@ failregex = ^client denied by server configuration\b ^Authorization of user (?:\S*|.*?) to access .*? failed\b ^%(auth_type)suser (?:\S*|.*?): password mismatch\b ^%(auth_type)suser `(?:[^']*|.*?)' in realm `.+' (not found|denied by provider)\b - ^%(auth_type)sinvalid nonce .* received - length is not \S+(, referer: \S+)?\s*$ - ^%(auth_type)srealm mismatch - got `(?:[^']*|.*?)' but expected `.+'(, referer: \S+)?\s*$ + ^%(auth_type)sinvalid nonce .* received - length is not\b + ^%(auth_type)srealm mismatch - got `(?:[^']*|.*?)' but expected\b ^%(auth_type)sunknown algorithm `(?:[^']*|.*?)' received\b ^invalid qop `(?:[^']*|.*?)' received\b ^%(auth_type)sinvalid nonce .*? received - user attempted time travel\b