diff options
Diffstat (limited to 'test/stderr/3500')
-rw-r--r-- | test/stderr/3500 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stderr/3500 b/test/stderr/3500 index e19c8c9e4..ee07be398 100644 --- a/test/stderr/3500 +++ b/test/stderr/3500 @@ -49,6 +49,7 @@ >>> processing "deny" >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached) +>>> message: authentication required >>> check !authenticated = * >>> cram_md5 in "*"? yes (matched "*") >>> deny: condition test failed in ACL "check_recipient" @@ -86,6 +87,7 @@ LOG: cram_md5 authenticator failed for (test.host) [10.0.0.5]: 535 Incorrect aut >>> processing "warn" >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? yes (matched "10.0.0.5") +>>> message: authentication-failed: $authentication_failed >>> warn: condition test succeeded in ACL "check_recipient" >>> processing "accept" >>> check hosts = 10.0.0.5 |