mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Implements #6 - create, modify and delete. These are the raw/lowlevel db commands which are really useful for administrators. They aren't intended for normal day to day use though. This also adds a basic getting started, fixes a missing privilege, adds support for reseting another accounts password, and for server side password generation. It's likely I'm going to reformat some of the current REST api though to use our higher level internal types.
11 lines
162 B
JSON
11 lines
162 B
JSON
[
|
|
{
|
|
"name": ["idm_admin"],
|
|
"class": ["account"],
|
|
"displayname": ["IDM Admin"],
|
|
"description": ["Default IDM Admin"]
|
|
}
|
|
]
|
|
|
|
|