diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-28 23:26:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-29 00:31:37 +0200 |
commit | 59a09055af69747e895788f6df4b43fc6ae2732a (patch) | |
tree | c80d66389ac40356e7368d800525f2d0e7dd36bb /docs | |
parent | 51d62a6b66af216fbfb9c5c33b100ac9e9e85293 (diff) |
curl.1: document --ntlm-wb
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index f246d299a..110575788 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1216,6 +1216,10 @@ This option requires a library built with SSL support. Use \fI-V, --version\fP to see if your curl supports NTLM. If this option is used several times, only the first one is used. +.IP "--ntlm-wb" +(HTTP) Enables NTLM much in the style \fI--ntlm\fP does, but hand over the +authentication to the separate binary ntlmauth application that is executed +when needed. .IP "-o, --output <file>" Write output to <file> instead of stdout. If you are using {} or [] to fetch multiple documents, you can use '#' followed by a number in the <file> |