summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-04 11:51:19 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-04 11:51:19 +0000
commit777c6e3c94af53a0462d0576994362bff4936f26 (patch)
tree99c8249a72496f08faaf382db425f529d37f3de7
parent0a33c971aa77b061e6eb2a8276d43477ebc1c2b2 (diff)
downloadgnurl-777c6e3c94af53a0462d0576994362bff4936f26.tar.gz
gnurl-777c6e3c94af53a0462d0576994362bff4936f26.tar.bz2
gnurl-777c6e3c94af53a0462d0576994362bff4936f26.zip
INSTALL: Use GSS-API rather than GSSAPI
As implementations are refereed to GSS-API libraries as per the RFC and GSSAPI typically refers to the SASL authentication mechanism. ...and minor rewording on the same paragraph.
-rw-r--r--docs/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 86f99ddd3..0e4088c0c 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -136,8 +136,8 @@ UNIX
To build with axTLS for SSL/TLS, use both --without-ssl and --with-axtls.
- To get GSSAPI support, build with --with-gssapi and have the MIT or
- Heimdal Kerberos 5 packages installed.
+ To build with GSS-API support, use --with-gssapi and have the MIT or
+ Heimdal Kerberos V5 packages installed.
To get support for SCP and SFTP, build with --with-libssh2 and have
libssh2 0.16 or later installed.