I am working my server project with libcurl on top of centos 6 for NTLM authentication HTTP request. Because of improper behavior of CURLOPT_FORBID_REUSE, I cannot have my server authenticate to IIS on behalf of AD users correctly.
I found this issue has already been fixed in curl recently ( https://github.com/bagder/curl/commit/63a0bd4270decef04e64fbe497b42f2c9e26c6...), is there anyone plan to patch this fix to centos 6?
Thanks!
Paul
On 10/09/2014 03:45 PM, Subscribe Ling wrote:
I am working my server project with libcurl on top of centos 6 for NTLM authentication HTTP request. Because of improper behavior of CURLOPT_FORBID_REUSE, I cannot have my server authenticate to IIS on behalf of AD users correctly.
I found this issue has already been fixed in curl recently (https://github.com/bagder/curl/commit/63a0bd4270decef04e64fbe497b42f2c9e26c6...), is there anyone plan to patch this fix to centos 6?
We actually have no idea when Bug Fixes like this will be rolled into CentOS-6 as our goal is to rebuild the Source Code released by Red Hat for RHEL while changing only vendor branding and artwork, so changes like this are rolled into CentOS when Red Hat rolls them into the source code for RHEL.
I posted a comment here to see if they can/will consider it with that fix:
https://bugzilla.redhat.com/show_bug.cgi?id=799557#c63
Thanks, Johnny Hughes
On 10/10/2014 04:36 AM, Johnny Hughes wrote:
On 10/09/2014 03:45 PM, Subscribe Ling wrote:
I am working my server project with libcurl on top of centos 6 for NTLM authentication HTTP request. Because of improper behavior of CURLOPT_FORBID_REUSE, I cannot have my server authenticate to IIS on behalf of AD users correctly.
I found this issue has already been fixed in curl recently (https://github.com/bagder/curl/commit/63a0bd4270decef04e64fbe497b42f2c9e26c6...), is there anyone plan to patch this fix to centos 6?
We actually have no idea when Bug Fixes like this will be rolled into CentOS-6 as our goal is to rebuild the Source Code released by Red Hat for RHEL while changing only vendor branding and artwork, so changes like this are rolled into CentOS when Red Hat rolls them into the source code for RHEL.
I posted a comment here to see if they can/will consider it with that fix:
Note: I looked at rolling that patch from the github link into the lib/url.c for the EL6 curl ... but the version of url.c in EL6 is too different for me to be able to figure out how to backport the patch.
You should monitor the redhat bugzilla link I posted as it looks as if they are going to try to release a fix for that issue and when they do it might also fix your issue.