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 @@ -1306,10 +1306,12 @@ omicron bryanh guest1
1306
1306
<literal>negotiate</literal> mode, which will use
1307
1307
<productname>Kerberos</productname> when possible and automatically
1308
1308
fall back to <productname>NTLM</productname> in other cases.
1309
- <productname>SSPI</productname> authentication only works when both
1310
- server and client are running <productname>Windows</productname>,
1311
- or, on non-Windows platforms, when <productname>GSSAPI</productname>
1312
- is available.
1309
+ <productname>SSPI</productname> and <productname>GSSAPI</productname>
1310
+ interoperate as clients and servers, e.g., an
1311
+ <productname>SSPI</productname> client can authenticate to an
1312
+ <productname>GSSAPI</productname> server. It is recommended to use
1313
+ <productname>SSPI</productname> on Windows clients and servers and
1314
+ <productname>GSSAPI</productname> on non-Windows platforms.
1313
1315
</para>
1314
1316
1315
1317
<para>
You can’t perform that action at this time.
0 commit comments