Edit report at http://bugs.php.net/bug.php?id=52232&edit=1

 ID:               52232
 User updated by:  andres dot maier at abf dot ch
 Reported by:      andres dot maier at abf dot ch
 Summary:          cURL doesn't support GSSAPI by default
-Status:           Feedback
+Status:           Open
 Type:             Feature/Change Request
 Package:          cURL related
 Operating System: Windows
 PHP Version:      5.3

 New Comment:

If it would work with winsspi then we should be able to set
CURLAUTH_GSSNEGOTIATE as CURLOPT_HTTPAUTH option in cURL. But if we do
so, false gets returned and we aren't able to delegate the authorization
token of the client.


Previous Comments:
------------------------------------------------------------------------
[2010-07-02 11:05:19] paj...@php.net

I don't libgssapi works on windows. However windows supports this auth
mechanism via SSPI. See:



http://msdn.microsoft.com/en-us/library/aa380496%28VS.85%29.aspx



And Winsspi is built into curl on windows. Did you try it? or is it what
you are looking for?

------------------------------------------------------------------------
[2010-07-02 10:15:49] andres dot maier at abf dot ch

Description:
------------
Our clients use Kerberos for SSO and we noticed that cURL doesn't
support the GSSAPI by default. We couldn't find any cURL binaries with
GSSAPI support neither could we get it compiled on windows. It would be
great to have GSSAPI support by default because kerberos is a very wide
spread authentication.



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52232&edit=1

Reply via email to