From 379352602ce1f247d1bed41b62baad4e1ee6d767 Mon Sep 17 00:00:00 2001 From: Robert Haas 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 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. -- 2.40.0