From 23951ec00ce271bc896ff9d737965ded8aad4f6e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Nov 2005 08:37:08 +0000 Subject: mention the need for a "fake" -u when --negotiate is used --- docs/curl.1 | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3