From f8b5b3a1ef831df9a5a539dbf304f8c5b07292ee Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 17 Jul 2013 23:31:44 +1000 Subject: [PATCH] ENH: apache-auth - quite a lot of authorization failure messages depending on module. Make a wildcard --- config/filter.d/apache-auth.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/filter.d/apache-auth.conf b/config/filter.d/apache-auth.conf index 47373573..2cc746f0 100644 --- a/config/filter.d/apache-auth.conf +++ b/config/filter.d/apache-auth.conf @@ -30,9 +30,8 @@ failregex = ^%(_apache_error_client)s client denied by server configuration: (ur ^%(_apache_error_client)s user .* authentication failure for "\S*": Password Mismatch$ ^%(_apache_error_client)s user .* not found: \S*\s*$ ^%(_apache_error_client)s client used wrong authentication scheme: \S*\s*$ - ^%(_apache_error_client)s Authorization of user \S+ to access \S* failed, reason: file owner \S+ does not match.\s*$ + ^%(_apache_error_client)s Authorization of user \S+ to access \S* failed, reason: .*$ ^%(_apache_error_client)s authorization failure \(no authenticated user\): \S*\s*$ - ^%(_apache_error_client)s user .* authorization failure: \S*\s*$ ^%(_apache_error_client)s user .* authorization failure for "\S*": \s*$ ^%(_apache_error_client)s invalid nonce .* received - (length|hash) is not \S+\s*$