curl-users
[PATCH] SF bug #1302: HTTP Auth Negotiate sends Kerberos token instead of SPNEGO token
Date: Mon, 26 May 2014 15:04:56 +0200
Hi folks,
I am originator of this ticket but was not able to provide a suitable patch up until now.
The changes and reasons in/for this patch:
Due to missing #ifdefs, curl tries to perform SPNEGO auth even if it has been compiled w/o fbopenssl SPNEGO library. Now, Negotiate works, if and only if, SPNEGO support has bin compiled in, requiring GSS-API is present and enabled --with-gssapi.
Git diff: https://github.com/michael-o/curl/compare/HEAD...a893c7e
Patch has been tested on Ubuntu and HP-UX.
Please review and report back,
Michael
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-diff attachment: bug-1302.patch