MantisBT - CMake
View Issue Details
0008796CMakeCTestpublic2009-03-25 20:292016-06-10 14:30
Uli M 
Bill Hoffman 
normalfeaturealways
closedmoved 
CMake-2-6 
 
0008796: set curl authany option in order to support other auth types than basic
Curl does basic auth if not being told anything else. If given --anyauth or

curl_easy_setopt(curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
(which I guess would go into cmCTestSubmitHandler::SubmitUsingHTTP)

it queries the server for authentication types and uses the best one. At least that's what the docs say.

We're using kerberos auth with our webpage which works fine with "curl --negotiate ..." on a command line. Would be nice if it worked with CTest/CDash as well.

Thanks,

Uli
No tags attached.
Issue History
2009-03-25 20:29Uli MNew Issue
2009-04-02 06:46Uli MNote Added: 0015892
2009-04-10 12:17Bill HoffmanNote Added: 0016003
2009-04-10 12:17Bill HoffmanStatusnew => assigned
2009-04-10 12:17Bill HoffmanAssigned To => Bill Hoffman
2010-03-23 09:09hippoNote Added: 0019983
2016-06-10 14:27Kitware RobotNote Added: 0041528
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0015892)
Uli M   
2009-04-02 06:46   
We patched 2.6.3 with that line and it works.
(0016003)
Bill Hoffman   
2009-04-10 12:17   
This is now in CVS CMake, with better support for https submissions as well.
(0019983)
hippo   
2010-03-23 09:08   
As of cmake-2.8.1, it seems, that it is fixed only in cmCTestSubmitHandler::TriggerUsingHTTP(), while in cmCTestSubmitHandler::SubmitUsingHTTP() it's still omitted.
(0041528)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.