Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small change to help text for WriteAccountRestrictions #567

Merged
merged 1 commit into from
Aug 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ const General = (sourceName, sourceType, targetName) => {
return (
<>
<p>
{groupSpecialFormat(sourceType, sourceName)} can modify the
msds-AllowedToActOnBehalfOfOtherIdentity attribute on the
computer {targetName} through writing to the
UserAccountRestrictions property set (see Dirkjan's blog post in
references for more info)
{groupSpecialFormat(sourceType, sourceName)} has write rights on
all properties in the User Account Restrictions property set.
Having write access to this property set translates to the ability
to modify several attributes on computer {targetName}, among which
the msDS-AllowedToActOnBehalfOfOtherIdentity attribute is the most
interesting. The other attributes in this set are listed in
Dirk-jan's blog on this topic (see references).
</p>

<p>
Expand Down