From c44328b1a3922fbdb255f6f66282547ea2621e07 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 19 Aug 2013 22:04:55 +1000 Subject: [PATCH] ENH: new "realm mismatch" message from https://issues.apache.org/bugzilla/show_bug.cgi?id=55284#c8 --- config/filter.d/apache-auth.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filter.d/apache-auth.conf b/config/filter.d/apache-auth.conf index 2b1397cf..811017e3 100644 --- a/config/filter.d/apache-auth.conf +++ b/config/filter.d/apache-auth.conf @@ -44,6 +44,7 @@ failregex = ^%(_apache_error_client)s (AH01797: )?client denied by server config ^%(_apache_error_client)s (AH01777: )?invalid nonce .* received - user attempted time travel\s*$ ^%(_apache_error_client)s (AH01778: )?user .*: nonce expired \([\d.]+ seconds old - max lifetime [\d.]+\) - sending new nonce\s*$ ^%(_apache_error_client)s (AH01779: )?user .*: one-time-nonce mismatch - sending new nonce\s*$ + ^%(_apache_error_client)s (AH02486: )?realm mismatch - got `.*' but no realm specified\s*$