Skip to content
Snippets Groups Projects
Commit 23951ec0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

mention the need for a "fake" -u when --negotiate is used

parent a8fc5d0f
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment