2013-12-22 17:20:50 -05:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
POP3
|
2014-03-30 06:20:19 -04:00
|
|
|
SASL
|
2014-03-30 07:01:15 -04:00
|
|
|
SASL AUTH NTLM
|
|
|
|
SASL AUTH PLAIN
|
2014-03-15 06:13:13 -04:00
|
|
|
SASL DOWNGRADE
|
2013-12-22 17:20:50 -05:00
|
|
|
RFC1734
|
|
|
|
RFC5034
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<servercmd>
|
|
|
|
AUTH NTLM PLAIN
|
|
|
|
REPLY "AUTH NTLM" +
|
|
|
|
REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish
|
|
|
|
REPLY * -ERR AUTH exchange cancelled by client
|
|
|
|
REPLY "AUTH PLAIN" +
|
|
|
|
REPLY dXNlcgB1c2VyAHNlY3JldA== +OK Login successful
|
|
|
|
</servercmd>
|
|
|
|
<data>
|
|
|
|
From: me@somewhere
|
|
|
|
To: fake@nowhere
|
|
|
|
|
|
|
|
body
|
|
|
|
|
|
|
|
--
|
|
|
|
yours sincerely
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
pop3
|
|
|
|
</server>
|
|
|
|
<features>
|
|
|
|
NTLM
|
2013-12-28 15:22:22 -05:00
|
|
|
!SSPI
|
2013-12-22 17:20:50 -05:00
|
|
|
</features>
|
|
|
|
<name>
|
|
|
|
POP3 NTLM authentication with SASL downgrade
|
|
|
|
</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/880 -u user:secret
|
|
|
|
</command>
|
|
|
|
<precheck>
|
|
|
|
chkhostname curlhost
|
|
|
|
</precheck>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
CAPA
|
|
|
|
AUTH NTLM
|
|
|
|
TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
|
|
|
*
|
|
|
|
AUTH PLAIN
|
|
|
|
dXNlcgB1c2VyAHNlY3JldA==
|
|
|
|
RETR 880
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|