12 # This is supposed to be returned when the server gets a first
13 # Authorization: NTLM line passed-in from the client
15 HTTP/1.1 401 Now gimme that second request of crap
16 Server: Microsoft-IIS/5.0
18 Content-Type: text/html; charset=iso-8859-1
19 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
21 This is not the real page either!
24 # This is supposed to be returned when the server gets the second
25 # Authorization: NTLM line passed-in from the client
27 HTTP/1.1 401 You give me wrong password
28 Server: Microsoft-IIS/5.0
29 WWW-Authenticate: NTLM
31 Content-Type: text/html; charset=iso-8859-1
33 Wrong password dude. Get it fixed and return.
37 HTTP/1.1 401 Now gimme that second request of crap
38 Server: Microsoft-IIS/5.0
40 Content-Type: text/html; charset=iso-8859-1
41 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
43 HTTP/1.1 401 You give me wrong password
44 Server: Microsoft-IIS/5.0
45 WWW-Authenticate: NTLM
47 Content-Type: text/html; charset=iso-8859-1
49 Wrong password dude. Get it fixed and return.
63 HTTP with NTLM authorization and wrong password
66 http://%HOSTIP:%HTTPPORT/68 -u testuser:testpass --ntlm
70 # Verify data after the test has been "shot"
75 # We strip off a large chunk of the type-2 NTLM message since it depends on
76 # the local host name and thus differs on different machines!
78 s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
82 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
83 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
84 Host: %HOSTIP:%HTTPPORT
88 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
89 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
90 Host: %HOSTIP:%HTTPPORT