From d6105c051a33bf169a55bb587d5ef951e8709e64 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 27 Oct 2022 02:02:34 +0200 Subject: [PATCH] Update accounts_and_groups.md (#1151) --- CONTRIBUTORS.md | 1 + kanidm_book/src/accounts_and_groups.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index cbe44bea9..db7f054a2 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -19,6 +19,7 @@ * Carla Schroder (cjschroder) * Thomas Sanchez (daedric) * Dominik Süß (theSuess) +* Florian Klink (flokli) ## Acknowledgements diff --git a/kanidm_book/src/accounts_and_groups.md b/kanidm_book/src/accounts_and_groups.md index adedb1b9d..f9b7deb0e 100644 --- a/kanidm_book/src/accounts_and_groups.md +++ b/kanidm_book/src/accounts_and_groups.md @@ -14,7 +14,7 @@ accounts have different properties and methods of authentication and management. ## Groups Groups represent a collection of entities. This generally is a collection of persons or service accounts. -Groups are commonly used to assign privileges to the accouts that are members of a group. This allows +Groups are commonly used to assign privileges to the accounts that are members of a group. This allows easier administration over larger systems where privileges can be assigned to groups in a logical manner, and then only membership of the groups need administration, rather than needing to assign privileges to each entity directly and uniquely. @@ -264,7 +264,7 @@ kanidm account get nest_example --name anonymous ## Account Validity -Kanidm supports accounts that are only able authenticate between a pair of dates and times; the "valid +Kanidm supports accounts that are only able to authenticate between a pair of dates and times; the "valid from" and "expires" timestamps define these points in time. This can be displayed with: