2013-11-23 09:26:33 -05:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
IMAP
|
2014-03-30 06:20:19 -04:00
|
|
|
SASL
|
2014-03-30 07:01:15 -04:00
|
|
|
SASL AUTH NTLM
|
2014-03-15 06:13:13 -04:00
|
|
|
SASL CANCELLATION
|
2013-11-23 09:26:33 -05:00
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<servercmd>
|
|
|
|
AUTH NTLM
|
2013-12-18 15:44:20 -05:00
|
|
|
CAPA LOGINDISABLED
|
2013-11-23 09:26:33 -05:00
|
|
|
REPLY AUTHENTICATE +
|
|
|
|
REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish
|
|
|
|
REPLY * A002 NO AUTH exchange cancelled by client
|
|
|
|
</servercmd>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
imap
|
|
|
|
</server>
|
|
|
|
<features>
|
|
|
|
NTLM
|
2013-12-28 15:22:22 -05:00
|
|
|
!SSPI
|
2013-11-23 09:26:33 -05:00
|
|
|
</features>
|
|
|
|
<name>
|
|
|
|
IMAP 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>
|
|
|
|
'imap://%HOSTIP:%IMAPPORT/831/;UID=1' -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>
|
2013-11-24 05:59:59 -05:00
|
|
|
#
|
|
|
|
# The multi interface considers a broken "CONNECT" as a prematurely broken
|
|
|
|
# transfer and such a connection will not get a "LOGOUT"
|
2013-11-23 09:26:33 -05:00
|
|
|
<protocol>
|
|
|
|
A001 CAPABILITY
|
|
|
|
A002 AUTHENTICATE NTLM
|
|
|
|
TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
|
|
|
*
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|