diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-06-07 14:14:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-06-07 14:14:04 +0000 |
commit | 2bd3033f681eb3cb204f285bd0b2f0b8aa176c7e (patch) | |
tree | a172d19de2e4f69196e233d4f0e0926a6ee43f6d /tests/data/test176 | |
parent | fe105a07e35efa74e77e90222c1614748bd31ce8 (diff) | |
download | curl-2bd3033f681eb3cb204f285bd0b2f0b8aa176c7e.tar.gz |
NTLM2 session response support
Diffstat (limited to 'tests/data/test176')
-rw-r--r-- | tests/data/test176 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test176 b/tests/data/test176 index a92c65e8d..e7ed3ecbb 100644 --- a/tests/data/test176 +++ b/tests/data/test176 @@ -56,7 +56,7 @@ http://%HOSTIP:%HTTPPORT/176 -u auser:apasswd --ntlm -d "junkelijunk" </strip> <protocol nonewline=yes> POST /176 HTTP/1.1
-Authorization: NTLM TlRMTVNTUAABAAAABoIAAAAAAAAAAAAAAAAAAAAAAAA=
+Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
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
Host: 127.0.0.1:%HTTPPORT
Accept: */*
|