diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-07-05 01:25:10 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-07-05 01:25:10 +0000 |
commit | d281516d0cac8bf2455689b19556282985eac0c1 (patch) | |
tree | 1eceba229492670b46a7256f788d99eeb1af43e9 /docs/docbook/smbdotconf | |
parent | 2e31bdaeb1c280e709594dca3f1ef543f4a6e0b2 (diff) | |
download | samba-d281516d0cac8bf2455689b19556282985eac0c1.tar.gz samba-d281516d0cac8bf2455689b19556282985eac0c1.tar.bz2 samba-d281516d0cac8bf2455689b19556282985eac0c1.zip |
Clear up the difference between 'smb signing' and 'sign&seal' - which has to
this point referred to schannel.
Andrew Bartlett
(This used to be commit b67479076ddf0c51bc7e319d7fc91a5da52eb8bf)
Diffstat (limited to 'docs/docbook/smbdotconf')
-rw-r--r-- | docs/docbook/smbdotconf/protocol/clientusespnego.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docbook/smbdotconf/protocol/clientusespnego.xml b/docs/docbook/smbdotconf/protocol/clientusespnego.xml index 7d341abf0f..ce187a36fa 100644 --- a/docs/docbook/smbdotconf/protocol/clientusespnego.xml +++ b/docs/docbook/smbdotconf/protocol/clientusespnego.xml @@ -6,9 +6,9 @@ <para> This variable controls controls whether samba clients will try to use Simple and Protected NEGOciation (as specified by rfc2478) with WindowsXP and Windows2000 servers to agree upon an authentication mechanism. - SPNEGO client support with Sign and Seal is currently broken, so - you might want to turn this option off when doing joins to - Windows 2003 domains. + SPNEGO client support for SMB Signing is currently broken, so + you might want to turn this option off when operating with + Windows 2003 domain controllers in particular. </para> <para>Default: <emphasis>client use spnego = yes</emphasis></para> |