xref: /curl/tests/data/test877 (revision 09437d8c)
1<testcase>
2<info>
3<keywords>
4POP3
5SASL
6SASL AUTH NTLM
7SASL CANCELLATION
8RFC1734
9RFC5034
10</keywords>
11</info>
12
13#
14# Server-side
15<reply>
16<servercmd>
17AUTH NTLM
18REPLY AUTH +
19REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish
20REPLY * -ERR AUTH exchange cancelled by client
21</servercmd>
22</reply>
23
24#
25# Client-side
26<client>
27<server>
28pop3
29</server>
30<features>
31NTLM
32SSL
33!SSPI
34</features>
35<name>
36POP3 NTLM graceful cancellation
37</name>
38<command>
39pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u testuser:testpass
40</command>
41</client>
42
43#
44# Verify data after the test has been "shot"
45<verify>
46# 67 - CURLE_LOGIN_DENIED
47<errorcode>
4867
49</errorcode>
50#
51# The multi interface considers a broken "CONNECT" as a prematurely broken
52# transfer and such a connection will not get a "QUIT"
53<protocol>
54CAPA
55AUTH NTLM
56TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
57*
58</protocol>
59</verify>
60</testcase>
61