Cannot Join Domain Because of SMB Signing
ID: Q199714
|
The information in this article applies to:
-
Microsoft Windows NT Server version 4.0
-
Microsoft Windows NT Workstation version 4.0
IMPORTANT: This article contains information about editing the registry.
Before you edit the registry, make sure you understand how to restore it if
a problem occurs. For information about how to do this, view the "Restoring
the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help
topic in Regedt32.exe.
SYMPTOMS
The following error message is displayed when you attempt to add a computer running Windows NT to the domain:
Unable to connect to the domain controller for this domain. Either
the username or password entered is incorrect.
The error message is displayed even though networking is enabled and the correct administrator name and password credentials were supplied.
CAUSE
SMB Signing, also known as also known as the Common Internet File System (CIFS) file sharing protocol, has been enabled and set to required.
RESOLUTION
WARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys And
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
If you are running Windows NT, you should also update your Emergency
Repair Disk (ERD).
There are two different ways of resolving this problem:
Option 1:
Temporarily disable SMB Signing on the PDC.
NOTE: This option is required to get a backup domain controller (BDC) successfully added to the domain.
- Run Registry Editor (Regedt32.exe).
- From the HKEY_LOCAL_MACHINE subtree, go to the following key:
System\CurrentControlSet\Services\LanManServer\Parameters
- Set the following value to 0:
Name: RequireSecuritySignature
Type: REG_DWORD
Value: 0 (disable), 1 (enable)
NOTE: The default is 0 (disable)
- Click OK and then quit Registry Editor.
- Shut down and restart Windows NT.
Option 2:
Temporarily join a workgroup, and then enable SMB Signing on the member server or workstation prior to joining the domain.
NOTE: Windows NT Workstation Service Pack 3 or later has SMB Signing enabled by default. Windows NT Server has SMB Signing disabled by default.
To re-enable SMB Signing on a computer running Windows NT Workstation 4.0 Service Pack 3 or later:
- Run Registry Editor (Regedt32.exe).
- From the HKEY_LOCAL_MACHINE subtree, go to the following key:
\System\CurrentControlSet\Services\Rdr\Parameters
- Click Add Value on the Edit menu.
- Modify the following value:
Value Name: EnableSecuritySignature
Data Type: REG_DWORD
Data: 1
NOTE: The default is 1 (enable)
- Click OK and then quit Registry Editor.
- Shut down and restart Windows NT.
To enable SMB Signing on a computer running Windows NT Server Service Pack 3 or later:
- Run Registry Editor (Regedt32.exe).
- From the HKEY_LOCAL_MACHINE subtree, go to the following key:
System\CurrentControlSet\Services\LanManServer\Parameters
- Set the following value to 1:
Name: EnableSecuritySignature
Type: REG_DWORD
Value: 1
NOTE: The default is 0 (disable)
- Click OK and then quit Registry Editor.
- Shut down and restart Windows NT.
MORE INFORMATION
For more information on SMB Signing, please see the following article in the Microsoft Knowledge Base:
Q161372 How to Enable SMB Signing in Windows NT
Additional query words:
SMB Signing password incorrect
Keywords :
Version : winnt:4.0
Platform : winnt
Issue type : kbprb