mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
doc: clarify that SSPI and GSSAPI are interchangeable
Reported-by: tpo_deb@sourcepole.ch Discussion: https://postgr.es/m/167846222574.1803490.15815104179136215862@wrigleys.postgresql.org Backpatch-through: 11
This commit is contained in:
parent
fb46719a98
commit
077cedf20e
@ -1361,10 +1361,12 @@ omicron bryanh guest1
|
||||
<literal>negotiate</literal> mode, which will use
|
||||
<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>,
|
||||
or, on non-Windows platforms, when <productname>GSSAPI</productname>
|
||||
is available.
|
||||
<productname>SSPI</productname> and <productname>GSSAPI</productname>
|
||||
interoperate as clients and servers, e.g., an
|
||||
<productname>SSPI</productname> client can authenticate to an
|
||||
<productname>GSSAPI</productname> server. It is recommended to use
|
||||
<productname>SSPI</productname> on Windows clients and servers and
|
||||
<productname>GSSAPI</productname> on non-Windows platforms.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user