aboutsummaryrefslogtreecommitdiff
path: root/docs/MANUAL
diff options
context:
space:
mode:
authorMichael Osipov <1983-01-06@gmx.net>2014-08-02 13:51:18 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-08-09 00:08:51 +0100
commit37f0e8a32cf9ad0a87f8c60cfa12b65e61be15a9 (patch)
treeb23a0bfd6014d2409a41cc23ea4a6fd388fd20f3 /docs/MANUAL
parentb91e97eabd3a91b7362bc33aa4ef9d114b8aead1 (diff)
docs: Update SPNEGO and GSS-API related doc sections
Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate.
Diffstat (limited to 'docs/MANUAL')
-rw-r--r--docs/MANUAL8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/MANUAL b/docs/MANUAL
index 11960e1be..06b3abee5 100644
--- a/docs/MANUAL
+++ b/docs/MANUAL
@@ -108,10 +108,10 @@ USING PASSWORDS
curl -u name:passwd http://machine.domain/full/path/to/file
HTTP offers many different methods of authentication and curl supports
- several: Basic, Digest, NTLM and Negotiate. Without telling which method to
- use, curl defaults to Basic. You can also ask curl to pick the most secure
- ones out of the ones that the server accepts for the given URL, by using
- --anyauth.
+ several: Basic, Digest, NTLM and Negotiate (SPNEGO). Without telling which
+ method to use, curl defaults to Basic. You can also ask curl to pick the
+ most secure ones out of the ones that the server accepts for the given URL,
+ by using --anyauth.
NOTE! According to the URL specification, HTTP URLs can not contain a user
and password, so that style will not work when using curl via a proxy, even