DOCUMENT:Q161372    [winnt]
TITLE   :How to Enable SMB Signing 
PRODUCT :Microsoft Windows NT
PROD/VER:4.00
OPER/SYS:WINDOWS
KEYWORDS:kbenv kbnetwork ntenv NTSrvWkst
	
--------------------------------------------------------------------------
The information in this article applies to:

 - Microsoft Windows NT Workstation version 4.0
 - Microsoft Windows NT Server version 4.0
--------------------------------------------------------------------------

SUMMARY
=======

This article explains how to enable SMB signing.


MORE INFORMATION
================

There is now available an updated version of the Server Message Block
(SMB) authentication protocol, also known as the Common Internet File
System (CIFS) file sharing protocol.

Perform the following steps to configure SMB signing on a server:

Install the security update from:

ftp://ftp.microsoft.com/bussys/winnt-public/fixes/usa/nt4/hotfixes-postSP2/
sec-fix/

WARNING: Using the registry editor incorrectly can cause serious, system-
wide problems that may require you to reinstall Windows NT. Microsoft
cannot guarantee that any problems resulting from the use of the registry
editor can be solved. Use this tool at your own risk.

1. Run Registry Editor (Regedt32.exe).

2. From the HKEY_LOCAL_MACHINE subtree, go to the following key:

      System\CurrentControlSet\Services\LanManServer\Parameters

3. Click Add Value on the Edit menu.

4. Add the following two values:

      Value Name: EnableSecuritySignature
      Data Type: REG_DWORD
      Data: 0 (disable), 1 (enable)

         NOTE: The default is 0 (disable)

      Name: RequireSecuritySignature
      Type: REG_DWORD
      Value: 0 (disable), 1 (enable)

         NOTE: The default is 0 (disable)

5. Click OK and then quit Registry Editor.

6. Shut down and restart Windows NT.

Perform the following steps to configure SMB signing on a workstation:

1. Run Registry Editor (Regedt32.exe).

2. From the HKEY_LOCAL_MACHINE subtree, go to the following key:

      \System\CurrentControlSet\Services\Rdr\Parameters

3. Click Add Value on the Edit menu.

4. Add the following two values:

      Value Name: EnableSecuritySignature
      Data Type: REG_DWORD
      Data: 0 (disable), 1 (enable)

         NOTE: The default is 1 (enable)

      Name: RequireSecuritySignature
      Type: REG_DWORD
      Value: 0 (disable), 1 (enable)

         NOTE: The default is 0 (disable)

5. Click OK and then quit Registry Editor.

6. Shut down and restart Windows NT.

KBCategory: kbenv
KBSubcategory: NTSrvWkst ntprotocol 
Additional reference words: prodnt 4.00

============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1996.
~
