diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml new file mode 100644 index 575eb3b..e7c7db4 *** a/doc/src/sgml/client-auth.sgml --- b/doc/src/sgml/client-auth.sgml *************** omicron bryanh *** 989,996 **** 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. --- 989,998 ---- negotiate mode, which will use Kerberos when possible and automatically fall back to NTLM in other cases. ! In addition to clients running on Windows, ! SSPI authentication is also supported by ! libpq-based clients on other platforms, ! through the use of GSSAPI.