Commit a44c81d1 authored by Bruce Momjian's avatar Bruce Momjian

Mention that GSSAPI is preferred over Kerberos authentication because

GSSAPI is industry-standard.
parent 93940592
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.536 2007/11/14 14:06:54 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.537 2007/11/14 14:38:30 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -718,12 +718,7 @@ do it for earlier branch release files. ...@@ -718,12 +718,7 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Support Security Service Provider Interface (<acronym>SSPI</>) for Support Security Service Provider Interface (<acronym>SSPI</>) for
authentication on Windows authentication on Windows (Magnus)
</para>
<para>
This also adds support for the <acronym>GSSAPI</> authentication
<acronym>API</>.
</para> </para>
</listitem> </listitem>
...@@ -731,6 +726,11 @@ do it for earlier branch release files. ...@@ -731,6 +726,11 @@ do it for earlier branch release files.
<para> <para>
Support GSSAPI authentication (Henry Hotz, Magnus) Support GSSAPI authentication (Henry Hotz, Magnus)
</para> </para>
<para>
This should be used in place of the native Kerberos authentication
because it is an industry standard.
</para>
</listitem> </listitem>
<listitem> <listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment