1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

docs: Added Negotiate to the SSPI current credentials usage description

This commit is contained in:
Steve Holme 2014-08-07 08:04:40 +01:00
parent 6c6983f477
commit f719a97e12

View File

@ -1633,17 +1633,17 @@ The user name and passwords are split up on the first colon, which makes it
impossible to use a colon in the user name with this option. The password can, impossible to use a colon in the user name with this option. The password can,
still. still.
If you use an SSPI-enabled curl binary and perform NTLM authentication, you If you use a Windows SSPI-enabled curl binary and perform either Negotiate or
can force curl to select the user name and password from your environment by NTLM authentication then you can force curl to select the user name and password
specifying a single colon with this option: "-u :". from your environment by specifying a single colon with this option: "-u :".
If this option is used several times, the last one will be used. If this option is used several times, the last one will be used.
.IP "-U, --proxy-user <user:password>" .IP "-U, --proxy-user <user:password>"
Specify the user name and password to use for proxy authentication. Specify the user name and password to use for proxy authentication.
If you use an SSPI-enabled curl binary and do NTLM authentication, you can If you use a Windows SSPI-enabled curl binary and do either Negotiate or NTLM
force curl to pick up the user name and password from your environment by authentication then you can force curl to select the user name and password
simply specifying a single colon with this option: "-U :". from your environment by specifying a single colon with this option: "-U :".
If this option is used several times, the last one will be used. If this option is used several times, the last one will be used.
.IP "--url <URL>" .IP "--url <URL>"
@ -1931,8 +1931,8 @@ This curl supports transfers of large files, files larger than 2GB.
.IP "IDN" .IP "IDN"
This curl supports IDN - international domain names. This curl supports IDN - international domain names.
.IP "SSPI" .IP "SSPI"
SSPI is supported. If you use NTLM and set a blank user name, curl will SSPI is supported. If you use Negotiate or NTLM authentication and set a blank
authenticate with your current user and password. user name, curl will authenticate with your current user and password.
.IP "TLS-SRP" .IP "TLS-SRP"
SRP (Secure Remote Password) authentication is supported for TLS. SRP (Secure Remote Password) authentication is supported for TLS.
.IP "Metalink" .IP "Metalink"