diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-07-15 01:07:12 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-07-15 01:07:12 +0000 |
commit | 7ca9b855b5f0bd643099bb910fd3d624dbda9551 (patch) | |
tree | c2eb8bfa7d37c3ae2b4636f27ff1adee89e0463c | |
parent | eb2b68302205e6dc217a4abdef494c45e9fc3cc0 (diff) | |
download | samba-7ca9b855b5f0bd643099bb910fd3d624dbda9551.tar.gz samba-7ca9b855b5f0bd643099bb910fd3d624dbda9551.tar.bz2 samba-7ca9b855b5f0bd643099bb910fd3d624dbda9551.zip |
SPNEGO SMB signing is now fixed for NTLMSSP, with kerberos to follow shortly.
Andrew Bartlett
(This used to be commit 2b493813fc09ed9bf21f90bce708e6145cf1b4de)
-rw-r--r-- | docs/docbook/smbdotconf/protocol/clientusespnego.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/docbook/smbdotconf/protocol/clientusespnego.xml b/docs/docbook/smbdotconf/protocol/clientusespnego.xml index ce187a36fa..df25fbfb20 100644 --- a/docs/docbook/smbdotconf/protocol/clientusespnego.xml +++ b/docs/docbook/smbdotconf/protocol/clientusespnego.xml @@ -6,9 +6,6 @@ <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 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> |