diff options
author | Michael Osipov <1983-01-06@gmx.net> | 2014-11-15 11:10:29 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-15 13:10:45 +0000 |
commit | d54b551f6c3ff66b7d2f04bd9780295ae7e454ce (patch) | |
tree | 30e5af33848f45e8ecad037c518ef09abc60fa32 /docs/libcurl | |
parent | 2e05db347eb334a3f310fa18f5e35d5dd5937231 (diff) |
docs: Use consistent naming for Kerberos
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-tutorial.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index 4dcdc55f1..d496e7027 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -1129,9 +1129,9 @@ analyzer tool and eavesdrop on your passwords. Don't let the fact that HTTP Basic uses base64 encoded passwords fool you. They may not look readable at a first glance, but they very easily "deciphered" by anyone within seconds. -To avoid this problem, use HTTP authentication methods or other protocols that -don't let snoopers see your password: HTTP with Digest, NTLM or GSS -authentication, HTTPS, FTPS, SCP, SFTP and FTP-Kerberos are a few examples. +To avoid this problem, use an authentication mechanism or other protocol that +doesn't let snoopers see your password: Digest, CRAM-MD5, Kerberos, SPNEGO or +NTLM authentication, HTTPS, FTPS, SCP and SFTP are a few examples. .IP "Redirects" The \fICURLOPT_FOLLOWLOCATION(3)\fP option automatically follows HTTP |