]> git.proxmox.com Git - qemu-server.git/commit
implement set-user-password guest agent api call
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 26 Jun 2018 12:15:44 +0000 (14:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Jul 2018 08:29:45 +0000 (10:29 +0200)
commitb428fb63fa4a17b536d21bc522596aa23279533b
treefbf97a4e4c7dcc717a4ee9155bbc665cf0212a6b
parent3824765e6411c2417e39a094d9bf8b42f0f6743f
implement set-user-password guest agent api call

this executes the guest agent command 'set-user-password'
with which one can change the password of an existing user in the vm

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu/Agent.pm