mirror of
https://github.com/curl/curl.git
synced 2026-05-17 20:06:23 +03:00
Add new CURLOPT_GSSAPI_DELEGATION option.
Curl_gss_init_sec_context got new parameter - SessionHandle. Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
7688a99bef
commit
ebf42c4be7
10 changed files with 40 additions and 12 deletions
|
|
@ -2109,6 +2109,10 @@ of these, 'private' will be used. Set the string to NULL to disable kerberos
|
|||
support for FTP.
|
||||
|
||||
(This option was known as CURLOPT_KRB4LEVEL up to 7.16.3)
|
||||
.IP CURLOPT_GSSAPI_DELEGATION
|
||||
Set the parameter to 1 to allow GSSAPI credential delegation. The delegation
|
||||
is disabled by default since 7.21.7.
|
||||
(Added in 7.21.8)
|
||||
.SH SSH OPTIONS
|
||||
.IP CURLOPT_SSH_AUTH_TYPES
|
||||
Pass a long set to a bitmask consisting of one or more of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue