negotiate.d 759 B

1234567891011121314151617181920
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, 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. ---
  11. Enables Negotiate (SPNEGO) authentication.
  12. This option requires a library built with GSS-API or SSPI support. Use
  13. --version to see if your curl supports GSS-API/SSPI or SPNEGO.
  14. When using this option, you must also provide a fake --user option to activate
  15. the authentication code properly. Sending a '-u :' is enough as the user name
  16. and password from the --user option are not actually used.
  17. If this option is used several times, only the first one is used.