From: Bruce Momjian Date: Tue, 10 Oct 2023 20:51:08 +0000 (-0400) Subject: doc: clarify that SSPI and GSSAPI are interchangeable X-Git-Tag: REL_16_1~69 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=608ccdbe250a39e21727a05d9f6f6ba0e20476d9;p=postgresql.git 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 --- diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 2c3834d962b..e9c2d82472c 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1510,10 +1510,12 @@ omicron bryanh guest1 negotiate mode, which will use Kerberos when possible and automatically fall back to NTLM in other cases. - SSPI authentication only works when both - server and client are running Windows, - or, on non-Windows platforms, when GSSAPI - is available. + SSPI and GSSAPI + interoperate as clients and servers, e.g., an + SSPI client can authenticate to an + GSSAPI server. It is recommended to use + SSPI on Windows clients and servers and + GSSAPI on non-Windows platforms.