2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2004-06-15 05:20:04 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
# the first request has NTLM type-1 included, and then the 1001 is returned
|
|
|
|
<data1001>
|
|
|
|
HTTP/1.1 200 beng swsclose swsbounce
|
|
|
|
Server: Microsoft-IIS/6.0
|
|
|
|
Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
|
|
|
|
</data1001>
|
|
|
|
|
|
|
|
# the second request should be auth-less and then this is returned.
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 moo swsclose
|
|
|
|
Server: Microsoft-IIS/6.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 16
|
2004-06-15 05:20:04 -04:00
|
|
|
|
|
|
|
content for you
|
|
|
|
</data>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 200 beng swsclose swsbounce
|
|
|
|
Server: Microsoft-IIS/6.0
|
|
|
|
Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
|
|
|
|
HTTP/1.1 200 moo swsclose
|
|
|
|
Server: Microsoft-IIS/6.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 16
|
2004-06-15 05:20:04 -04:00
|
|
|
|
|
|
|
content for you
|
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<features>
|
2005-03-21 03:14:32 -05:00
|
|
|
NTLM
|
2004-06-15 05:20:04 -04:00
|
|
|
</features>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP POST --ntlm to server not requiring any auth at all
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/176 -u auser:apasswd --ntlm -d "junkelijunk"
|
2004-06-15 05:20:04 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-06-15 05:20:04 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
2007-01-22 21:25:56 -05:00
|
|
|
<protocol nonewline="yes">
|
2004-11-24 11:11:35 -05:00
|
|
|
POST /176 HTTP/1.1
|
2006-06-07 10:14:04 -04:00
|
|
|
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
2004-06-15 05:20:04 -04:00
|
|
|
User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-06-15 05:20:04 -04:00
|
|
|
Accept: */*
|
2004-11-24 11:11:35 -05:00
|
|
|
Content-Length: 0
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
2004-06-15 05:20:04 -04:00
|
|
|
|
|
|
|
POST /176 HTTP/1.1
|
|
|
|
User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-06-15 05:20:04 -04:00
|
|
|
Accept: */*
|
|
|
|
Content-Length: 11
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
junkelijunk
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|