1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

curl.1: clarify that -u can't specify a user with colon

This commit is contained in:
Daniel Stenberg 2014-05-23 14:33:43 +02:00
parent 290d615b46
commit 3b65aeda52

View File

@ -1629,6 +1629,10 @@ Specify the user name and password to use for server authentication. Overrides
If you simply specify the user name, curl will prompt for a password. If you simply specify the user name, curl will prompt for a password.
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,
still.
If you use an SSPI-enabled curl binary and perform NTLM authentication, you If you use an SSPI-enabled curl binary and perform NTLM authentication, you
can force curl to select the user name and password from your environment by can force curl to select the user name and password from your environment by
specifying a single colon with this option: "-u :". specifying a single colon with this option: "-u :".