negotiate.md (732B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: negotiate 5 Help: Use HTTP Negotiate (SPNEGO) authentication 6 Protocols: HTTP 7 Category: auth http 8 Added: 7.10.6 9 Multi: mutex 10 See-also: 11 - basic 12 - ntlm 13 - anyauth 14 - proxy-negotiate 15 Example: 16 - --negotiate -u : $URL 17 --- 18 19 # `--negotiate` 20 21 Enable Negotiate (SPNEGO) authentication. 22 23 This option requires a library built with GSS-API or SSPI support. Use 24 --version to see if your curl supports GSS-API/SSPI or SPNEGO. 25 26 When using this option, you must also provide a fake --user option to activate 27 the authentication code properly. Sending a '-u :' is enough as the username 28 and password from the --user option are not actually used.