Skip to content

Commit 1e5ac41

Browse files
committed
FQDN edit
1 parent 497c076 commit 1e5ac41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

support/windows-server/windows-security/confidential-attributes-unexpected-behavior-using-windows-server-2025-dc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This article discusses new requirements for using LDAP clients to access confide
2020

2121
When you search for or edit Active Directory Domain Services (AD DS) objects, you notice the following behaviors:
2222

23-
- When you run a Lightweight Directory Access Protocol (LDAP) search request against a Windows Server 2025-based DC, the resulting attribute list doesn't include confidential attributes. However, if you run the same LDAP query against a Windows Server 2022-based DC (or a DC that runs an older version of Windows Server), you obtain a full attribute list in the response.
23+
- When you run a Lightweight Directory Access Protocol (LDAP) search request against a Windows Server 2025-based DC, the resulting attribute list doesn't include confidential attributes. However, if you run the same LDAP query against a DC that runs on Windows Server 2022 or earlier, you obtain a full attribute list in the response.
2424

25-
- When you run an LDAP update request that adds or modifies confidential attribute values against a Windows Server 2025-based DC, the update request fails and returns an `INSUFF_ACCESS_RIGHTS` error. If you run the same LDAP update request against a Windows Server 2022-based DC (or a DC that runs an older version of Windows Server), the update request succeeds.
25+
- When you run an LDAP update request that adds or modifies confidential attribute values against a Windows Server 2025-based DC, the update request fails and returns an `INSUFF_ACCESS_RIGHTS` error. If you run the same LDAP update request against a DC that runs on Windows Server 2022 or earlier, the update request succeeds.
2626

2727
### Example - Search results omit confidential attributes
2828

@@ -48,7 +48,7 @@ Writing out entries.
4848
4949
However, when you review the exported list, you find the "cn" attribute but not the "ms-Mcs-AdmPwd" attribute.
5050

51-
When you target the query to a DC that runs an older version of Windows, the resulting exported list includes both "cn" and "ms-Mcs-AdmPwd."
51+
When you target the query to a DC that runs an earlier version of Windows, the resulting exported list includes both "cn" and "ms-Mcs-AdmPwd."
5252

5353
The following table summarizes the behavior across different client and server versions.
5454

@@ -224,7 +224,7 @@ Client:
224224
Starting node:
225225
DC=contoso,DC=com
226226
Filter:
227-
(objectCategory=CN=Computer,CN=Schema,CN=Configuration,DC=herbertm1,DC=lab)
227+
(objectCategory=CN=Computer,CN=Schema,CN=Configuration,DC=contoso,DC=com)
228228
Search scope:
229229
subtree
230230
Attribute selection:

0 commit comments

Comments
 (0)