Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5143f76

Browse files
committed
doc: clarify that SSPI and GSSAPI are interchangeable
Reported-by: tpo_deb@sourcepole.chDiscussion:https://postgr.es/m/167846222574.1803490.15815104179136215862@wrigleys.postgresql.orgBackpatch-through: 11
1 parent78691d1 commit5143f76

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
@@ -1398,10 +1398,12 @@ omicron bryanh guest1
13981398
<literal>negotiate</literal> mode, which will use
13991399
<productname>Kerberos</productname> when possible and automatically
14001400
fall back to <productname>NTLM</productname> in other cases.
1401-
<productname>SSPI</productname> authentication only works when both
1402-
server and client are running <productname>Windows</productname>,
1403-
or, on non-Windows platforms, when <productname>GSSAPI</productname>
1404-
is available.
1401+
<productname>SSPI</productname> and <productname>GSSAPI</productname>
1402+
interoperate as clients and servers, e.g., an
1403+
<productname>SSPI</productname> client can authenticate to an
1404+
<productname>GSSAPI</productname> server. It is recommended to use
1405+
<productname>SSPI</productname> on Windows clients and servers and
1406+
<productname>GSSAPI</productname> on non-Windows platforms.
14051407
</para>
14061408

14071409
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp