View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008796CMakeCTestpublic2009-03-25 20:292016-06-10 14:30
ReporterUli M 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008796: set curl authany option in order to support other auth types than basic
DescriptionCurl 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0015892)
Uli M (reporter)
2009-04-02 06:46

We patched 2.6.3 with that line and it works.
(0016003)
Bill Hoffman (manager)
2009-04-10 12:17

This is now in CVS CMake, with better support for https submissions as well.
(0019983)
hippo (reporter)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2009-03-25 20:29 Uli M New Issue
2009-04-02 06:46 Uli M Note Added: 0015892
2009-04-10 12:17 Bill Hoffman Note Added: 0016003
2009-04-10 12:17 Bill Hoffman Status new => assigned
2009-04-10 12:17 Bill Hoffman Assigned To => Bill Hoffman
2010-03-23 09:09 hippo Note Added: 0019983
2016-06-10 14:27 Kitware Robot Note Added: 0041528
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team