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 @@ -1361,10 +1361,12 @@ omicron bryanh guest1
1361
1361
<literal>negotiate</literal> mode, which will use
1362
1362
<productname>Kerberos</productname> when possible and automatically
1363
1363
fall back to <productname>NTLM</productname> in other cases.
1364
- <productname>SSPI</productname> authentication only works when both
1365
- server and client are running <productname>Windows</productname>,
1366
- or, on non-Windows platforms, when <productname>GSSAPI</productname>
1367
- is available.
1364
+ <productname>SSPI</productname> and <productname>GSSAPI</productname>
1365
+ interoperate as clients and servers, e.g., an
1366
+ <productname>SSPI</productname> client can authenticate to an
1367
+ <productname>GSSAPI</productname> server. It is recommended to use
1368
+ <productname>SSPI</productname> on Windows clients and servers and
1369
+ <productname>GSSAPI</productname> on non-Windows platforms.
1368
1370
</para>
1369
1371
1370
1372
<para>
You can’t perform that action at this time.
0 commit comments