Skip to content

Commit a3b9c0d

Browse files
authored
Updates from editor
1 parent dd9fe26 commit a3b9c0d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Status Code 0x32 And You Can't Join a Domain
3-
description: Helps resolve an issue in which you can't join a domain with status code 0x32. This issue is related to the failure to establish a Server Message Block (SMB) session to the domain controller (DC).
2+
title: Status Code 0x32 and You Can't Join a Domain
3+
description: Helps resolve an issue in which you can't join a domain with status code 0x32. This issue is related to the failure to establish an SMB session to a DC.
44
ms.date: 03/21/2025
55
manager: dcscontentpm
66
audience: itpro
@@ -12,7 +12,7 @@ ms.custom:
1212
---
1313
# Status code 0x32 and you can't join a domain
1414

15-
This article helps resolve an issue in which you can't join a domain with status code 0x32. This issue is related to the failure to establish a Server Message Block (SMB) session to the domain controller (DC).
15+
This article helps resolve an issue in which you can't join a domain with status code 0x32. This issue is related to the failure to establish a Server Message Block (SMB) session to a domain controller (DC).
1616

1717
You fail to join a domain and receive one of the following error messages:
1818

@@ -42,13 +42,13 @@ mm/dd/yyyy hh:mm:ss:ms NetpDoDomainJoin: status: 0x32
4242

4343
Here's more information about the error code:
4444

45-
|HEX error |Decimal error |Symbolic error string |Error description |
45+
|Hexadecimal error |Decimal error |Symbolic error string |Error description |
4646
|---------|---------|---------|---------|
4747
|0x32 |50 |ERROR_NOT_SUPPORTED |The request is not supported. |
4848

4949
## The security policy is set incorrectly
5050

51-
The **NetSetup.log** file shows that the client fails to 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 credential in the C SESSION SETUP request, which is the initial step of NT LAN Manager (NTLM) authentication.
51+
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

5353
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:
5454

0 commit comments

Comments
 (0)