projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da99ea
)
Mention that SSPI authentication can use GSSAPI on non-Windows systems.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 27 Jun 2011 14:38:45 +0000
(10:38 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 27 Jun 2011 14:38:45 +0000
(10:38 -0400)
As noted by Christian Ullrich.
doc/src/sgml/client-auth.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/client-auth.sgml
b/doc/src/sgml/client-auth.sgml
index 575eb3be448b6ebe2f16d18c04c613fdda39b966..5d543cb67cad25c389b16443580b923235d11727 100644
(file)
--- 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>