mirror of
https://github.com/curl/curl.git
synced 2025-03-19 15:40:42 +08:00
tool: Use Kerberos for supported features
This commit is contained in:
parent
2e16100609
commit
a4b7f716d3
@ -3364,7 +3364,7 @@ fi
|
||||
|
||||
if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1" -a \
|
||||
\( "x$HAVE_GSSAPI" = "x1" -o "x$USE_WINDOWS_SSPI" = "x1" \); then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES krb5"
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES Kerberos"
|
||||
fi
|
||||
|
||||
if test "x$CURL_DISABLE_CRYPTO_AUTH" != "x1"; then
|
||||
|
@ -264,12 +264,12 @@ static const struct feat feats[] = {
|
||||
{"Largefile", CURL_VERSION_LARGEFILE},
|
||||
{"SSPI", CURL_VERSION_SSPI},
|
||||
{"GSS-API", CURL_VERSION_GSSAPI},
|
||||
{"Kerberos", CURL_VERSION_KERBEROS5},
|
||||
{"SPNEGO", CURL_VERSION_SPNEGO},
|
||||
{"NTLM", CURL_VERSION_NTLM},
|
||||
{"NTLM_WB", CURL_VERSION_NTLM_WB},
|
||||
{"SSL", CURL_VERSION_SSL},
|
||||
{"krb4", CURL_VERSION_KERBEROS4},
|
||||
{"krb5", CURL_VERSION_KERBEROS5},
|
||||
{"libz", CURL_VERSION_LIBZ},
|
||||
{"CharConv", CURL_VERSION_CONV},
|
||||
{"TLS-SRP", CURL_VERSION_TLSAUTH_SRP},
|
||||
|
Loading…
x
Reference in New Issue
Block a user