X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pveum;h=7c69688c85f95ce88d317b44beec3cd489742eac;hb=1cf154b72fa1c576bdae00b24538c1dbd7c33ba0;hp=87a1c059287cc5490278cd585dab547424725841;hpb=7a4c849ea3b98098477e51e86dec902100769f7f;p=pve-access-control.git diff --git a/pveum b/pveum index 87a1c05..7c69688 100755 --- a/pveum +++ b/pveum @@ -60,6 +60,9 @@ my $cmddef = { my ($res) = @_; print "$res->{ticket}\n"; }], + + passwd => [ 'PVE::API2::AccessControl', 'change_passsword', ['userid'] ], + useradd => [ 'PVE::API2::User', 'create_user', ['userid'] ], usermod => [ 'PVE::API2::User', 'update_user', ['userid'] ], userdel => [ 'PVE::API2::User', 'delete_user', ['userid'] ],