Mention that GSSAPI is preferred over Kerberos authentication because
authorBruce Momjian <bruce@momjian.us>
Wed, 14 Nov 2007 14:38:30 +0000 (14:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 14 Nov 2007 14:38:30 +0000 (14:38 +0000)
GSSAPI is industry-standard.

doc/src/sgml/release.sgml

index e6d8bd88232d30a3ef85a3bffdf924363ecd5733..5c30fba78ceeca20eba2d07ae678cc1e569944d8 100644 (file)
@@ -718,12 +718,7 @@ do it for earlier branch release files.
      <listitem>
       <para>
        Support Security Service Provider Interface (<acronym>SSPI</>) for
-       authentication on Windows
-      </para>
-
-      <para>
-       This also adds support for the <acronym>GSSAPI</> authentication
-       <acronym>API</>.
+       authentication on Windows (Magnus)
       </para>
      </listitem>
 
@@ -731,6 +726,11 @@ do it for earlier branch release files.
       <para>
        Support GSSAPI authentication (Henry Hotz, Magnus)
       </para>
+
+      <para>
+       This should be used in place of the native Kerberos authentication
+       because it is an industry standard.
+      </para>
      </listitem>
 
      <listitem>