mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
Update accounts_and_groups.md (#1151)
This commit is contained in:
parent
1ea3aa6dfc
commit
d6105c051a
|
@ -19,6 +19,7 @@
|
|||
* Carla Schroder (cjschroder)
|
||||
* Thomas Sanchez (daedric)
|
||||
* Dominik Süß (theSuess)
|
||||
* Florian Klink (flokli)
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue