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

doc/src/sgml/client-auth.sgml

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