ENH: apache-auth filter added mod_auth_digest message

pull/287/head
Daniel Black 2013-07-11 23:08:46 +10:00
parent 384b72a535
commit 10e3be857a
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,7 @@ before = apache-common.conf
# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_basic.c (1st 3)
# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authz_core.c (2nd 3)
# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_digest.c (next 4)
failregex = ^%(_apache_error_client)s user .* authentication failure for "\S*": Password Mismatch$
^%(_apache_error_client)s user .* not found: \S*\s*$
@ -28,6 +29,10 @@ failregex = ^%(_apache_error_client)s user .* authentication failure for "\S*":
^%(_apache_error_client)s authorization failure \(no authenticated user\): \S*\s*$
^%(_apache_error_client)s client denied by server configuration: (uri )?\S*\s*$
^%(_apache_error_client)s user .* authorization failure for "\S*": \S*\s*$
^%(_apache_error_client)s invalid nonce .* received - (length|hash) is not \S+\s*$
^%(_apache_error_client)s invalid nonce .* received - user attempted time travel\s*$
^%(_apache_error_client)s user .*: nonce expired \([\d.]+ seconds old - max lifetime [\d.]+\) - sending new nonce\s*$
^%(_apache_error_client)s user .*: one-time-nonce mismatch - sending new nonce\s*$
# Option: ignoreregex