quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

ntlm-wb.md (486B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: ntlm-wb
      5 Help: HTTP NTLM authentication with winbind
      6 Protocols: HTTP
      7 Category: deprecated
      8 Added: 7.22.0
      9 Multi: mutex
     10 See-also:
     11   - ntlm
     12   - proxy-ntlm
     13 Example:
     14   - --ntlm-wb -u user:password $URL
     15 ---
     16 
     17 # `--ntlm-wb`
     18 
     19 Deprecated option (added in 8.8.0).
     20 
     21 Enabled NTLM much in the style --ntlm does, but handed over the authentication
     22 to a separate executable that was executed when needed.