Skip to content

Commit dabddac

Browse files
authored
some udpates
1 parent f1b3094 commit dabddac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/windows-server/active-directory/cannot-edit-delete-ad-object-error-sam.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,20 @@ For example:
119119
DN:
120120
Changetype:modify
121121
add: fixupObjectState
122-
fixupObjectState: cn=brokenuser,ou=bad-users,dc=contoso,dc=com: sAMAccountType,objectCategory
122+
fixupObjectState: cn=brokenuser,ou=bad-users,dc=contoso,dc=com: SamAccountType,Objectcategory
123123
-
124124
```
125125
126126
> [!NOTE]
127-
> The line with only "-" and the empty line are required for a well-formed LDIFDE import file. This example requests to repair both Security Account Manager (SAM) relevant attributes.
127+
> The line with only "-" and the empty line are required for a well-formed LDIFDE import file. This example requests to repair both SAM relevant attributes.
128128
129129
- Use the GUID-based syntax:
130130
131131
If the object name contains special characters, use Unicode for the LDIFDE import file, or use the GUID-based syntax.
132132
133133
An object name can be expressed as`<guid=cf2b4aca-0e67-47d9-98aa-30a5fe30dc36>` in the GUID-based syntax.
134134
135-
So, the expression of `fixupObjectState: cn=brokenuser,ou=bad-users,dc=contoso,dc=com:objectCategory, sAMAccountType` becomes `fixupObjectState: <guid=cf2b4aca-0e67-47d9-98aa-30a5fe30dc36>:objectCategory, sAMAccountType`.
135+
So, the expression of `fixupObjectState: cn=brokenuser,ou=bad-users,dc=contoso,dc=com:Objectcategory, SamAccountType` becomes `fixupObjectState: <guid=cf2b4aca-0e67-47d9-98aa-30a5fe30dc36>:Objectcategory, SamAccountType`.
136136
137137
To use this syntax with the LDIFDE import file, the text after the first colon needs to be encoded in Base64 format because of the greater-than (>) and less-than (<) signs:
138138

0 commit comments

Comments
 (0)