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