File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1510,10 +1510,12 @@ omicron bryanh guest1
1510
1510
<literal>negotiate</literal> mode, which will use
1511
1511
<productname>Kerberos</productname> when possible and automatically
1512
1512
fall back to <productname>NTLM</productname> in other cases.
1513
- <productname>SSPI</productname> authentication only works when both
1514
- server and client are running <productname>Windows</productname>,
1515
- or, on non-Windows platforms, when <productname>GSSAPI</productname>
1516
- is available.
1513
+ <productname>SSPI</productname> and <productname>GSSAPI</productname>
1514
+ interoperate as clients and servers, e.g., an
1515
+ <productname>SSPI</productname> client can authenticate to an
1516
+ <productname>GSSAPI</productname> server. It is recommended to use
1517
+ <productname>SSPI</productname> on Windows clients and servers and
1518
+ <productname>GSSAPI</productname> on non-Windows platforms.
1517
1519
</para>
1518
1520
1519
1521
<para>
You can’t perform that action at this time.
0 commit comments