doc: clarify that SSPI and GSSAPI are interchangeable
authorBruce Momjian
Tue, 10 Oct 2023 20:51:08 +0000 (16:51 -0400)
committerBruce Momjian
Tue, 10 Oct 2023 20:51:08 +0000 (16:51 -0400)
Reported-by: [email protected]
Discussion: https://postgr.es/m/167846222574.1803490.15815104179136215862@wrigleys.postgresql.org

Backpatch-through: 11

doc/src/sgml/client-auth.sgml

index ea5684569f94541fd2642453074dec2b6f086742..20d0c31ed3b1e0f54241c7c195432d4e47bd3ec5 100644 (file)
@@ -1398,10 +1398,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.