Lines Matching +full:server +full:- +full:username
1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_HTTPAUTH (3)
9 - CURLOPT_PASSWORD (3)
10 - CURLOPT_PROXYAUTH (3)
11 - CURLOPT_USERPWD (3)
13 - All
14 Added-in: 7.19.1
15 ---
19 CURLOPT_USERNAME - username to use in authentication
27 char *username);
33 null-terminated username to use for the transfer.
35 CURLOPT_USERNAME(3) sets the username to be used in protocol
39 When using Kerberos V5 authentication with a Windows based server, you should
40 include the domain name in order for the server to successfully obtain a
44 When using NTLM, the username can be specified simply as the username without
45 the domain name should the server be part of a single domain and forest.
47 To include the domain name use either Down-Level Logon Name or UPN (User
54 To specify the password and login options, along with the username, use the
91 CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
92 libcurl-errors(3).