diff --git a/src/PVE/CLI/pveum.pm b/src/PVE/CLI/pveum.pm index d635162..5ce76f2 100755 --- a/src/PVE/CLI/pveum.pm +++ b/src/PVE/CLI/pveum.pm @@ -237,11 +237,10 @@ our $cmddef = { sync => [ 'PVE::API2::Domains', 'sync', ['realm'], ], }, - ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef, - sub { - my ($res) = @_; - print "$res->{ticket}\n"; - }], + ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef, sub { + my ($res) = @_; + print "$res->{ticket}\n"; + }], passwd => [ 'PVE::API2::AccessControl', 'change_password', ['userid'] ],