From: Robert Haas Date: Mon, 27 Jun 2011 14:38:45 +0000 (-0400) Subject: Mention that SSPI authentication can use GSSAPI on non-Windows systems. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=66a36ef949e4e6b8dbcc8a024eecfeca967d1d9c;p=pg-rex%2Fsyncrep.git Mention that SSPI authentication can use GSSAPI on non-Windows systems. As noted by Christian Ullrich. --- diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 575eb3be44..5d543cb67c 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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.