summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2011-06-27 14:38:45 +0000
committerRobert Haas2011-06-27 14:39:30 +0000
commit379352602ce1f247d1bed41b62baad4e1ee6d767 (patch)
tree7128aca83f4a04e9f75ab2017d8d2cc98a7082bf
parente4fb58f894b75829f9475aac6991002c785de4c0 (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 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>