2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2014-03-15 05:54:49 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP NTLM auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2007-01-22 21:25:56 -05:00
|
|
|
|
|
|
|
<!-- Server-side -->
|
2004-03-30 01:41:33 -05:00
|
|
|
<reply>
|
|
|
|
|
2007-01-22 21:25:56 -05:00
|
|
|
<!-- no <data> in this test since we have NTLM from the start
|
|
|
|
|
|
|
|
This is supposed to be returned when the server gets a first
|
|
|
|
Authorization: NTLM line passed-in from the client -->
|
2004-03-30 01:41:33 -05:00
|
|
|
|
|
|
|
<data1001>
|
|
|
|
HTTP/1.1 401 Now gimme that second request of crap
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
Content-Length: 34
|
2018-12-28 09:04:53 -05:00
|
|
|
WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
|
2004-03-30 01:41:33 -05:00
|
|
|
|
|
|
|
This is not the real page either!
|
|
|
|
</data1001>
|
|
|
|
|
|
|
|
# This is supposed to be returned when the server gets the second
|
|
|
|
# Authorization: NTLM line passed-in from the client
|
|
|
|
<data1002>
|
|
|
|
HTTP/1.1 200 Things are fine in server land swsclose
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 32
|
2004-03-30 01:41:33 -05:00
|
|
|
|
|
|
|
Finally, this is the real page!
|
|
|
|
</data1002>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 401 Now gimme that second request of crap
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
Content-Length: 34
|
2018-12-28 09:04:53 -05:00
|
|
|
WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
|
2004-03-30 01:41:33 -05:00
|
|
|
|
|
|
|
HTTP/1.1 200 Things are fine in server land swsclose
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 32
|
2004-03-30 01:41:33 -05:00
|
|
|
|
|
|
|
Finally, this is the real page!
|
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<features>
|
2005-03-21 03:14:32 -05:00
|
|
|
NTLM
|
2013-12-28 15:22:22 -05:00
|
|
|
!SSPI
|
2014-06-11 13:12:48 -04:00
|
|
|
debug
|
2004-03-30 01:41:33 -05:00
|
|
|
</features>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP with NTLM authorization and --fail
|
|
|
|
</name>
|
2010-07-29 18:47:49 -04:00
|
|
|
<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
|
2010-08-16 16:36:04 -04:00
|
|
|
LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
2010-07-29 18:47:49 -04:00
|
|
|
</setenv>
|
2004-03-30 01:41:33 -05:00
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/150 -u testuser:testpass --ntlm --fail
|
2004-03-30 01:41:33 -05:00
|
|
|
</command>
|
2010-07-29 18:47:49 -04:00
|
|
|
<precheck>
|
|
|
|
chkhostname curlhost
|
|
|
|
</precheck>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-03-30 01:41:33 -05:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /150 HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2006-06-07 10:14:04 -04:00
|
|
|
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
2004-03-30 01:41:33 -05:00
|
|
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
GET /150 HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2018-12-28 09:04:53 -05:00
|
|
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAIAAgAeAAAAAAAAAAAAAAAhoIBADQzMjE1MzIxAAAAAAAAAAAAAAAAAAAAADj3hs3u3j0kgJqCrLM+74BmaoNHDfIJjHRlc3R1c2VyY3VybGhvc3Q=
|
2004-03-30 01:41:33 -05:00
|
|
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|