curl-library
Re: Curl Linux client - windows (w2k3) server GSS
Date: Fri, 28 Dec 2007 11:30:53 +0530
From: Daniel Stenberg <daniel_at_haxx.se>
Subject: Re: Curl Linux client - windows (w2k3) server GSS
negotiatefails
To: libcurl development <curl-library_at_cool.haxx.se>
Message-ID: <Pine.LNX.4.64.0712271157050.23758_at_yvahk3.pbagnpgbe.fr>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
On Thu, 27 Dec 2007, Venkatraman_S_at_Dell.com wrote:
>>> 1. wsmc_action_enumerate (wsman-client.c:1379) calls 2.
>>> wsman_send_request (wsman-client-transport.c:88) calls 3.
wsmc_handler
>>> (wsman-curl-client-transport.c:433) calls 4. curl_easy_getinfo
which
>>> returns 401.
>... did you use the CURLOPT_USERPWD option at all?
Yes I have used CURLOPT_USERPWD,
r = curl_easy_setopt(curl, CURLOPT_USERPWD, upwd);
if (r != CURLE_OK) {
cl->fault_string =
u_strdup(curl_easy_strerror(r));
curl_err("curl_easy_setopt(curl,
CURLOPT_USERPWD, ..) failed");
goto DONE;
}
}
....
r = curl_easy_perform(curl);
But it fails.
Any pointers?
Is GSS_Negotiate between Linux to Windows ADS supported?
Venkat
Received on 2007-12-28