diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-11-23 14:46:32 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-11-24 10:37:30 +0000 |
commit | d3325ae40a63452d0cd1709e6318d9953e6c8916 (patch) | |
tree | c67d3eec1cecc634e681d1dd6388de8dd45a5a36 /tests/data/test877 | |
parent | 23fabf8dea65157f02b4663fad102424776805a9 (diff) |
tests: Added POP3 graceful authentication cancellation tests
Diffstat (limited to 'tests/data/test877')
-rw-r--r-- | tests/data/test877 | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/tests/data/test877 b/tests/data/test877 new file mode 100644 index 000000000..33604cb0f --- /dev/null +++ b/tests/data/test877 @@ -0,0 +1,63 @@ +<testcase> +<info> +<keywords> +POP3 +POP3 AUTH NTLM +RFC1734 +RFC5034 +</keywords> +</info> + +# +# Server-side +<reply> +<servercmd> +AUTH NTLM +REPLY AUTH + +REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish +REPLY * -ERR AUTH exchange cancelled by client +</servercmd> +</reply> + +# +# Client-side +<client> +<server> +pop3 +</server> +<features> +NTLM +</features> + <name> +POP3 NTLM graceful cancellation + </name> + <setenv> +# we force our own host name, in order to make the test machine independent +CURL_GETHOSTNAME=curlhost +# we try to use the LD_PRELOAD hack, if not a debug build +LD_PRELOAD=%PWD/libtest/.libs/libhostname.so + </setenv> + <command> +pop3://%HOSTIP:%POP3PORT/877 -u testuser:testpass +</command> +<precheck> +chkhostname curlhost +</precheck> +</client> + +# +# Verify data after the test has been "shot" +<verify> +# 67 - CURLE_LOGIN_DENIED +<errorcode> +67 +</errorcode> +<protocol> +CAPA
+AUTH NTLM
+TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
+*
+QUIT
+</protocol> +</verify> +</testcase> |