fix account_and_group docs (#895)

fix typo "group2" to "group_2"
This commit is contained in:
Leoyzen 2022-07-05 07:04:27 +08:00 committed by GitHub
parent c3c2346d20
commit 33caec05d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ An example can be easily shown with:
kanidm group create group_2 --name idm_admin
kanidm account create nest_example "Nesting Account Example" --name idm_admin
kanidm group add_members group_1 group_2 --name idm_admin
kanidm group add_members group2 nest_example --name idm_admin
kanidm group add_members group_2 nest_example --name idm_admin
kanidm account get nest_example --name anonymous
## Account Validity
@ -189,4 +189,4 @@ system administration rights in the directory, and by extension, over all networ
resources that trust Kanidm.
All groups that are flagged as "idm_high_privilege" should be audited and
monitored to ensure that they are not altered.
monitored to ensure that they are not altered.