mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
Use SPNEGO for HTTP Negotiate
This is the correct way to do SPNEGO. Just ask for it Now I correctly see it trying NTLMSSP authentication when a Kerberos ticket isn't available. Of course, we bail out when the server responds with the challenge packet, since we don't expect that. But I'll fix that bug next...
This commit is contained in:
parent
9ad282b1ae
commit
59431c242b
5 changed files with 12 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ OM_uint32 Curl_gss_init_sec_context(
|
|||
OM_uint32 * minor_status,
|
||||
gss_ctx_id_t * context,
|
||||
gss_name_t target_name,
|
||||
bool use_spnego,
|
||||
gss_channel_bindings_t input_chan_bindings,
|
||||
gss_buffer_t input_token,
|
||||
gss_buffer_t output_token,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue