From 1416a5c92f035f5fcf3ce28d5f8ccf4c4918da55 Mon Sep 17 00:00:00 2001 From: boogiewoogie <27273554+boogiewoogit@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:51:12 +0200 Subject: [PATCH] Remove small ambiguity in docs (#2823) Nonexistent `idm_people_self_write_mail_priv` is used in the example instead of the correct `idm_people_self_write_mail`. --- book/src/accounts/people_accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/accounts/people_accounts.md b/book/src/accounts/people_accounts.md index f2cd923aa..76b33397f 100644 --- a/book/src/accounts/people_accounts.md +++ b/book/src/accounts/people_accounts.md @@ -114,5 +114,5 @@ Adding the user to the `idm_people_self_write_mail` group, as shown below, allow their own mail. ```bash -kanidm group add-members idm_people_self_write_mail_priv demo_user --name idm_admin +kanidm group add-members idm_people_self_write_mail demo_user --name idm_admin ```