curl-users
RE: curl-7.10.6-pre4
Date: Tue, 22 Jul 2003 08:01:55 -0400
Thanks. I'll try adding that.
*However*, one of the points of supporting NTLM (for your windows clients anyways) is to *avoid* having to code usernames and passwords into our scripts. If curl fully supports NTLM, it should be able to use some kind of API calls to get the necessary information (I would hope anyways).
The secondary point, of course, is to support authenticating to a server (or through a proxy server) that only accepts NTLM-style credentials. That support I'm sure will be appreciated, but I was hoping for the first kind, mentioned above.
Has this been left out on purpose? Is there any discussion (on the lib-curl list perhaps) I could peruse to understand why?
(Before you ask, I have no idea HOW to implement this, so I can't be of any assistance in making this work better...)
- Kevin
-----Original Message-----
From: Daniel Stenberg [mailto:daniel_at_haxx.se]
Sent: Tue 07/22/03 4:08 AM
To: Curl Mailinglist
Cc:
Subject: RE: curl-7.10.6-pre4
On Mon, 21 Jul 2003, Roth, Kevin P. wrote:
> I tried out the NTLM support and it failed. My client-side is windows 2000
> professional, SP3, within Cygwin 1.5.0. My server-side is a Windows 2000
> advanced server, at SP3, running IIS 5.
>
> Here's the output from curl.exe:
>
> /-----------------------------------------------------------------------------
> THR_at_FDYP137857 /usr/src/curl-7.10.6-pre4
> $ curl -v --ntlm http://testweb.fdy.moc.com/__test/auth.inc.asp
Try adding "-u [user:password]" as well. If you don't, curl will just silently
use a default name and password, which I don't think will fit you! ;-)
Oh, and the user field can be specified as "domain/user" or "domain\user" if
that is necessary.
--
Daniel Stenberg -- curl: been grokking URLs since 1998
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
Received on 2003-07-22