Skip to content

Commit f8fcb74

Browse files
authored
update
1 parent 2ddf2a9 commit f8fcb74

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

support/windows-server/active-directory/status-code-0x32-cannot-join-domain.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 03/21/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
8-
ms.reviewer: kaushika, raviks, v-lianna
8+
ms.reviewer: kaushika, raviks, herbertm, dennhu, eriw, v-lianna
99
ms.custom:
1010
- sap:active directory\on-premises active directory domain join
1111
- pcy:WinComm Directory Services
@@ -50,6 +50,19 @@ Here's more information about the error code:
5050

5151
The **NetSetup.log** file shows that the client can't establish an SMB session with the DC. In the network trace, the SMB SESSION SETUP response has an error `NT Status: System – Error. Code = (187) STATUS_NOT_SUPPORTED`. It indicates that the DC returns `STATUS_NOT_SUPPORTED` to the C SESSION SETUP request from the client. The DC rejects the client's credentials in the C SESSION SETUP request, which is the initial step of NT LAN Manager (NTLM) authentication.
5252

53+
```output
54+
192.168.100.13 192.168.100.10 TCP TCP:Flags=......S., SrcPort=56384, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=4103153181, Ack=0, Win=65535
55+
192.168.100.10 192.168.100.13 TCP TCP:Flags=...A..S., SrcPort=Microsoft-DS(445), DstPort=56384, PayloadLen=0, Seq=74752361, Ack=4103153182, Win=65535
56+
192.168.100.13 192.168.100.10 TCP TCP:Flags=...A...., SrcPort=56384, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=4103153182, Ack=74752362, Win=255
57+
192.168.100.13 192.168.100.10 SMB SMB:C; Negotiate, Dialect = NT LM 0.12, SMB 2.002, SMB 2.???
58+
192.168.100.10 192.168.100.13 SMB2 SMB2:R NEGOTIATE (0x0), GUID={<GUID>}
59+
192.168.100.13 192.168.100.10 SMB2 SMB2:C NEGOTIATE (0x0), GUID={<GUID>}
60+
192.168.100.10 192.168.100.13 SMB2 SMB2:R NEGOTIATE (0x0), GUID={<GUID>}
61+
192.168.100.13 192.168.100.10 SMB2 SMB2:C SESSION SETUP (0x1)
62+
192.168.100.10 192.168.100.13 SMB2 SMB2:R - NT Status: System - Error, Code = (187) STATUS_NOT_SUPPORTED SESSION SETUP (0x1)
63+
192.168.100.13 192.168.100.10 TCP TCP:Flags=...A.R.., SrcPort=56384, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=4103153717, Ack=74753066, Win=0
64+
```
65+
5366
If you establish an SMB session to the DC from a workstation in the domain, it succeeds by using the hostname and fails by using the IP. For example:
5467

5568
```console

0 commit comments

Comments
 (0)