ntlm-wb.d 436 B

12345678910111213
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ntlm-wb
  4. Help: Use HTTP NTLM authentication with winbind
  5. Protocols: HTTP
  6. See-also: ntlm proxy-ntlm
  7. Category: auth http
  8. Example: --ntlm-wb -u user:password $URL
  9. Added: 7.22.0
  10. Multi: mutex
  11. ---
  12. Enables NTLM much in the style --ntlm does, but hand over the authentication
  13. to the separate binary ntlmauth application that is executed when needed.