diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-10-31 12:47:40 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-10-31 12:48:48 +0000 |
commit | 3af962a993a7e45f4c108db830f10964c767f19d (patch) | |
tree | 2d5fd025b4a56e7264d80d70d64989439f585d38 | |
parent | 211ca5ff776ba32597b5bb06b0deef75921a2d0a (diff) |
CURLOPT_GSSAPI_DELEGATION.3: Use GSS-API rather than GSSAPI
As implementations are refereed to GSS-API libraries as per the RFC and
GSSAPI typically refers to an authentication mechanism.
-rw-r--r-- | docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 b/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 index 745742ad2..13f3cecbd 100644 --- a/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 +++ b/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 @@ -32,7 +32,7 @@ Set the long parameter \fIlevel\fP to CURLGSSAPI_DELEGATION_FLAG to allow unconditional GSSAPI credential delegation. The delegation is disabled by default since 7.21.7. Set the parameter to CURLGSSAPI_DELEGATION_POLICY_FLAG to delegate only if the OK-AS-DELEGATE flag is set in the service ticket in -case this feature is supported by the GSSAPI implementation and the definition +case this feature is supported by the GSS-API implementation and the definition of GSS_C_DELEG_POLICY_FLAG was available at compile-time. .SH DEFAULT CURLGSSAPI_DELEGATION_NONE |