Skip to content

Commit 2b729cf

Browse files
committed
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
1 parent 7ef23b8 commit 2b729cf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,10 +1306,12 @@ omicron bryanh guest1
13061306
<literal>negotiate</literal> mode, which will use
13071307
<productname>Kerberos</productname> when possible and automatically
13081308
fall back to <productname>NTLM</productname> in other cases.
1309-
<productname>SSPI</productname> authentication only works when both
1310-
server and client are running <productname>Windows</productname>,
1311-
or, on non-Windows platforms, when <productname>GSSAPI</productname>
1312-
is available.
1309+
<productname>SSPI</productname> and <productname>GSSAPI</productname>
1310+
interoperate as clients and servers, e.g., an
1311+
<productname>SSPI</productname> client can authenticate to an
1312+
<productname>GSSAPI</productname> server. It is recommended to use
1313+
<productname>SSPI</productname> on Windows clients and servers and
1314+
<productname>GSSAPI</productname> on non-Windows platforms.
13131315
</para>
13141316

13151317
<para>

0 commit comments

Comments
 (0)