Dominik Csapak
|
522c0da0a0
|
use new 'id_property' for user::User and use it in api calls
this allows us to return a user::User (or Vec<> of it)
instead of a generic serde value
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
|
2020-05-19 09:33:56 +02:00 |
Dominik Csapak
|
16c75c580b
|
adapt to changes of SectionConfigPlugin
it requires not an Option<String> for the optional id_property
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
|
2020-05-19 09:28:45 +02:00 |
Dietmar Maurer
|
bd88dc4116
|
cached_config: avoid parsing non-existent files multiple times
|
2020-04-30 07:04:23 +02:00 |
Dietmar Maurer
|
b9f2f761bb
|
avoid problems with missing acl.cfg and user.cfg
|
2020-04-29 10:40:42 +02:00 |
Wolfgang Bumiller
|
f7d4e4b506
|
switch from failure to anyhow
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2020-04-17 18:43:30 +02:00 |
Dietmar Maurer
|
109d7817cd
|
src/config/user.rs - cached_config: do not store/return digest
|
2020-04-15 11:35:57 +02:00 |
Dietmar Maurer
|
68ccdf09a4
|
src/config/user.rs: implement user config cache
|
2020-04-14 13:45:45 +02:00 |
Dietmar Maurer
|
579728c641
|
add user configiguration
|
2020-04-08 14:06:15 +02:00 |