ntlm-wb.d 436 B

123456789101112
  1. c: Copyright (C) 1998 - 2022, 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. ---
  11. Enables NTLM much in the style --ntlm does, but hand over the authentication
  12. to the separate binary ntlmauth application that is executed when needed.