-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix local_group_member resource import description
- Loading branch information
Showing
2 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
To import a local group member, you need both the SID (Security Identifier) of the group and the SID of the group member. | ||
These two SIDs should be concatenated with `/member/` in between. | ||
|
||
Format: | ||
`<Group SID>/member/<Member SID>` | ||
Import a local group member with the following format: <Group SID>/member/<Member SID> |