]> git.proxmox.com Git - proxmox-backup.git/commit
api: allow listing users + tokens
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 7 Oct 2020 12:38:12 +0000 (14:38 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 29 Oct 2020 14:14:27 +0000 (15:14 +0100)
commit6746bbb1a2c0f4eb22ddcd39463f12fdb2d39084
treef1eccc93c93991386f9fd1c8c66f0b4297163ec7
parent942078c40b7a2b05ef685b931580987428364009
api: allow listing users + tokens

since it's not possible to extend existing structs, UserWithTokens
duplicates most of user::User.. to avoid duplicating user::ApiToken as
well, this returns full API token IDs, not just the token name part.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/access/user.rs