Re: [libvirt] [PATCH 1/3] Introduce virDomainSetUserPassword API

2015-05-20 Thread Daniel P. Berrange
On Mon, May 18, 2015 at 02:43:48PM +0200, Ján Tomko wrote: For setting passwords of users inside the domain. With the VIR_DOMAIN_PASSWORD_CRYPTED flag set, the password is assumed to be already encrypted by crypt(3). https://bugzilla.redhat.com/show_bug.cgi?id=1174177 ---

Re: [libvirt] [PATCH 1/3] Introduce virDomainSetUserPassword API

2015-05-18 Thread Daniel P. Berrange
On Mon, May 18, 2015 at 02:43:48PM +0200, Ján Tomko wrote: For setting passwords of users inside the domain. With the VIR_DOMAIN_PASSWORD_CRYPTED flag set, the password is assumed to be already encrypted by crypt(3). https://bugzilla.redhat.com/show_bug.cgi?id=1174177 ---

[libvirt] [PATCH 1/3] Introduce virDomainSetUserPassword API

2015-05-18 Thread Ján Tomko
For setting passwords of users inside the domain. With the VIR_DOMAIN_PASSWORD_CRYPTED flag set, the password is assumed to be already encrypted by crypt(3). https://bugzilla.redhat.com/show_bug.cgi?id=1174177 --- include/libvirt/libvirt-domain.h | 9 src/access/viraccessperm.c