]> granicus.if.org Git - curl/commitdiff
INSTALL: Use GSS-API rather than GSSAPI
authorSteve Holme <steve_holme@hotmail.com>
Tue, 4 Nov 2014 11:51:19 +0000 (11:51 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 4 Nov 2014 11:51:19 +0000 (11:51 +0000)
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.

docs/INSTALL

index 86f99ddd382c83f595eee1bec7fe7e256f4e8189..0e4088c0c94a013c38dcd2065ea3bf105064a07a 100644 (file)
@@ -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.