summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2011-06-27 14:38:45 +0000
committerRobert Haas2011-06-27 14:38:45 +0000
commit66a36ef949e4e6b8dbcc8a024eecfeca967d1d9c (patch)
tree4ea9b1e2641f528ff4fe2de15d560e648b607232
parent4da99ea4231e3d8bbf28b666748c1028e7b7d665 (diff)
Mention that SSPI authentication can use GSSAPI on non-Windows systems.
As noted by Christian Ullrich.
-rw-r--r--doc/src/sgml/client-auth.sgml4
1 files changed, 3 insertions, 1 deletions
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
<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>