X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=TODO;fp=TODO;h=0000000000000000000000000000000000000000;hp=a082d8cf8608b78dbb4ccba11941732194598e3d;hb=5bb4e06a6440c8b67e67e14de9e42ba17a966b23;hpb=3030a17643d9f303d1d1820e972f9ed9ce74fdd2 diff --git a/TODO b/TODO deleted file mode 100644 index a082d8c..0000000 --- a/TODO +++ /dev/null @@ -1,37 +0,0 @@ -TODO: pve-access-control ------------------------- - -Seth?: Implement API Class to manage the domains.cfg file - (AuthDomains.pm) - - -pveum api: - -Is it worth to emulate the useradd/usermod interface? We initially - done that because we thought users are common with that. - -But now it would be possible to expose a 'REST' like interface - like - the one we use with pvesh. - -pveum (get|set|create|delete) [OPTIONS] - -useradd: pveum create users/ [OPTIONS] -usermod: pveum set users/ [OPTIONS] -userdel: pveum delete users/ -list: pveum get users -data: pveum get users/ - -groupadd: pveum create groups/ [OPTIONS] -groupmod: pveum set groups/ [OPTIONS] -groupdel: pveum delete groups/ -list: pveum get groups -data: pveum get groups/ - -roleadd: pveum create roles/ [OPTIONS] -rolemod: pveum set roles/ [OPTIONS] -roledel: pveum delete roles/ -list: pveum get roles -data: pveum get roles/ - -... -