diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-06-27 10:38:45 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-06-27 10:38:45 -0400 |
commit | 66a36ef949e4e6b8dbcc8a024eecfeca967d1d9c (patch) | |
tree | 4ea9b1e2641f528ff4fe2de15d560e648b607232 /doc/src | |
parent | 4da99ea4231e3d8bbf28b666748c1028e7b7d665 (diff) | |
download | postgresql-66a36ef949e4e6b8dbcc8a024eecfeca967d1d9c.tar.gz postgresql-66a36ef949e4e6b8dbcc8a024eecfeca967d1d9c.zip |
Mention that SSPI authentication can use GSSAPI on non-Windows systems.
As noted by Christian Ullrich.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
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> |