Lines Matching +full:server +full:- +full:username
1 ---
3 SPDX-License-Identifier: curl
7 Help: Server user and password
11 See-also:
12 - netrc
13 - config
15 - -u user:secret $URL
16 ---
18 # `--user`
20 Specify the username and password to use for server authentication. Overrides
21 --netrc and --netrc-optional.
23 If you simply specify the username, curl prompts for a password.
25 The username and passwords are split up on the first colon, which makes it
26 impossible to use a colon in the username with this option. The password can,
35 When using Kerberos V5 with a Windows based server you should include the
36 Windows domain name in the username, in order for the server to successfully
40 When using NTLM, the username can be specified simply as the username, without
43 To specify the domain name use either Down-Level Logon Name or UPN (User
47 If you use a Windows SSPI-enabled curl binary and perform Kerberos V5,
49 username and password from your environment by specifying a single colon with
50 this option: "-u :".