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-Tag: REL9_1_BETA3~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=379352602ce1f247d1bed41b62baad4e1ee6d767;p=postgresql 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.