Skip to content

Commit 93a3f4a

Browse files
author
Simonx Xu
committed
Update status-code-0x32-cannot-join-domain.md
1 parent 0e4090c commit 93a3f4a

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,5 +1,5 @@
11
---
2-
title: Status Code 0x32 And You Can't Join a Domain
2+
title: Status code 0x32 and you can't join a domain
33
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).
44
ms.date: 03/21/2025
55
manager: dcscontentpm
@@ -18,13 +18,13 @@ You fail to join a domain and receive one of the following error messages:
1818

1919
- > Can't join this domain. Contact your IT admin for more info.
2020
21-
:::image type="content" source="media/status-code-0x32-cannot-join-domain/cannot-join-domain-contact-it.png" alt-text="Screenshot of the error message showing that you can not join a domain and need to contact IT.":::
21+
:::image type="content" source="media/status-code-0x32-cannot-join-domain/cannot-join-domain-contact-it.png" alt-text="Screenshot of the error message showing that you can't join a domain and need to contact IT.":::
2222

2323
- > The following error occurred attempting to join the domain "adatum.com":
2424
>
2525
> The request is not supported.
2626
27-
:::image type="content" source="media/status-code-0x32-cannot-join-domain/error-occurred-request-not-support.png" alt-text="Screenshot of the error message showing that an error occurred and the request is not supported.":::
27+
:::image type="content" source="media/status-code-0x32-cannot-join-domain/error-occurred-request-not-support.png" alt-text="Screenshot of the error message showing that an error occurred and the request isn't supported.":::
2828

2929
When you check the **NetSetup.log** file, you see the following entries:
3030

@@ -52,7 +52,7 @@ Here's more information about the error code:
5252

5353
## The security policy is set incorrectly
5454

55-
The **NetSetup.log** file shows that the client fails to establish an SMB session with the DC. If you examine the network trace, 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.
55+
The **NetSetup.log** file shows that the client fails to establish an SMB session with the DC. If you examine the network trace, 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.
5656

5757
:::image type="content" source="media/status-code-0x32-cannot-join-domain/network-trace-ntlm-authentication.png" alt-text="Screenshot of the network trace showing the DC returns STATUS_NOT_SUPPORTED to the C SESSION SETUP request from the client.":::
5858

@@ -81,7 +81,7 @@ There are seven security policies related to NTLM.
8181
- **Network security: Restrict NTLM: Add server exceptions in this domain**
8282

8383
> [!NOTE]
84-
> The two exception lists are for the client and the DC, respectively. There is no exception list for the server role in NTLM authentication.
84+
> The two exception lists are for the client and the DC, respectively. There's no exception list for the server role in NTLM authentication.
8585
8686
- To control whether NTLM is allowed or not at each of the three roles in a complete NTLM authentication process:
8787

0 commit comments

Comments
 (0)