diff --git a/kanidm_book/src/accounts_and_groups.md b/kanidm_book/src/accounts_and_groups.md index 14812442f..f97ff9d64 100644 --- a/kanidm_book/src/accounts_and_groups.md +++ b/kanidm_book/src/accounts_and_groups.md @@ -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. \ No newline at end of file +monitored to ensure that they are not altered.