]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
mention the need for a "fake" -u when --negotiate is used
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 Nov 2005 08:37:08 +0000 (08:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Nov 2005 08:37:08 +0000 (08:37 +0000)
docs/curl.1

index a42c124b63ab2aecc2007f4a73caded8d736b6ff..ccc22dd2243789a697ddce4b1a3e72c5a0f0f687 100644 (file)
@@ -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"