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/ ...