mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: new "realm mismatch" message from https://issues.apache.org/bugzilla/show_bug.cgi?id=55284#c8
This commit is contained in:
parent
c0a2e50559
commit
c44328b1a3
1 changed files with 1 additions and 0 deletions
|
|
@ -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*$
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue