OSDN Git Service

Mention that SSPI authentication can use GSSAPI on non-Windows systems.
authorRobert Haas <rhaas@postgresql.org>
Mon, 27 Jun 2011 14:38:45 +0000 (10:38 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 27 Jun 2011 14:38:45 +0000 (10:38 -0400)
As noted by Christian Ullrich.

doc/src/sgml/client-auth.sgml

index 575eb3b..5d543cb 100644 (file)
@@ -990,7 +990,9 @@ omicron         bryanh                  guest1
     <productname>Kerberos</productname> when possible and automatically
     fall back to <productname>NTLM</productname> in other cases.
     <productname>SSPI</productname> authentication only works when both
-    server and client are running <productname>Windows</productname>.
+    server and client are running <productname>Windows</productname>,
+    or, on non-Windows platforms, when <productname>GSSAPI</productname>
+    is available.
    </para>
 
    <para>