From 66a36ef949e4e6b8dbcc8a024eecfeca967d1d9c Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Mon, 27 Jun 2011 10:38:45 -0400
Subject: [PATCH] Mention that SSPI authentication can use GSSAPI on
 non-Windows systems.

As noted by Christian Ullrich.
---
 doc/src/sgml/client-auth.sgml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 575eb3be448..5d543cb67ca 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -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>
-- 
GitLab