diff options
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 575eb3be448..5d543cb67ca 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -990,7 +990,9 @@ omicron bryanh guest1 <productname>Kerberos</productname> when possible and automatically fall back to <productname>NTLM</productname> in other cases. <productname>SSPI</productname> authentication only works when both - server and client are running <productname>Windows</productname>. + server and client are running <productname>Windows</productname>, + or, on non-Windows platforms, when <productname>GSSAPI</productname> + is available. </para> <para> |