diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-11-07 08:37:08 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-07 08:37:08 +0000 | 
| commit | 23951ec00ce271bc896ff9d737965ded8aad4f6e (patch) | |
| tree | 81fe7c612d4e0f3b07f87a51c57aa1ceab4ee3ce | |
| parent | a8fc5d0f9f2798a48c97734c5cb29c5b15a5765c (diff) | |
mention the need for a "fake" -u when --negotiate is used
| -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 a42c124b6..ccc22dd22 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -631,6 +631,10 @@ This option requires that the library was built with GSSAPI support. This is  not very common. Use \fI-V/--version\fP to see if your version supports  GSS-Negotiate. +When using this option, you must also provide a fake -u/--user option to +activate the authentication code properly. Sending a '-u :' is enough as the +user name and password from the -u option aren't actually used. +  If this option is used several times, the following occurrences make no  difference.  .IP "-N/--no-buffer" | 
