negotiate.d 692 B

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