proxmox-backup/src
Dominik Csapak 9c5c383bff user: create default root user as typed struct
we added a userid attribute to the User struct, but missed that we
created the default user without that attribuet via the json! macro
which lead to a runtime panic on the deserialization

by using the struct directly, such errors will be caught by the compiler
in the future

with this change, we can remove the serde_json import here

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-05-20 06:09:08 +02:00
..
api2 depend on proxmox 0.1.32, src/api2/access/user.rs: simplify code 2020-05-19 12:58:46 +02:00
backup avoid compiler warnings 2020-05-19 07:03:41 +02:00
bin depend on proxmox 0.1.31 - use Value to store result metadata 2020-05-18 09:57:35 +02:00
client switch from failure to anyhow 2020-04-17 18:43:30 +02:00
config user: create default root user as typed struct 2020-05-20 06:09:08 +02:00
pxar avoid compiler warnings 2020-05-19 07:03:41 +02:00
server depend on proxmox 0.1.31 - use Value to store result metadata 2020-05-18 09:57:35 +02:00
tools adapt to changes of SectionConfigPlugin 2020-05-19 09:28:45 +02:00
api2.rs api: move config/user to access/users, implement change_password 2020-04-09 10:21:24 +02:00
auth.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
auth_helpers.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
backup.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
buildcfg.rs some clippy fixups 2019-09-11 12:14:05 +02:00
client.rs src/client/task_log.rs: move display_task_log into extra file 2019-12-08 11:27:15 +01:00
config.rs add systemd configuration file parser/writer, start job configuration 2020-05-12 13:07:49 +02:00
lib.rs implement auth framework 2020-04-08 14:06:15 +02:00
pxar.rs pxar: add fuse module and expose its pub functionality. 2019-08-09 16:45:13 +02:00
server.rs move src/api_schema/config.rs -> src/server/config.rs 2019-11-22 09:23:03 +01:00
tools.rs add systemd configuration file parser/writer, start job configuration 2020-05-12 13:07:49 +02:00