mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
parent
c3c2346d20
commit
33caec05d2
|
@ -80,7 +80,7 @@ An example can be easily shown with:
|
||||||
kanidm group create group_2 --name idm_admin
|
kanidm group create group_2 --name idm_admin
|
||||||
kanidm account create nest_example "Nesting Account Example" --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 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
|
kanidm account get nest_example --name anonymous
|
||||||
|
|
||||||
## Account Validity
|
## Account Validity
|
||||||
|
@ -189,4 +189,4 @@ system administration rights in the directory, and by extension, over all networ
|
||||||
resources that trust Kanidm.
|
resources that trust Kanidm.
|
||||||
|
|
||||||
All groups that are flagged as "idm_high_privilege" should be audited and
|
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.
|
||||||
|
|
Loading…
Reference in a new issue