Re: [Qemu-devel] [PATCH] qemu-ga: implement win32 guest-set-user-password

2015-08-27 Thread Michael Roth
Quoting Marc-André Lureau (2015-06-30 09:37:13) > Use NetUserSetInfo() to set the user password. > > This function is notoriously known to be problematic for users with EFS > encrypted files. But the alternative, NetUserChangePassword() requires > the old password. Nevertheless, The EFS file shoul

Re: [Qemu-devel] [PATCH] qemu-ga: implement win32 guest-set-user-password

2015-08-26 Thread Daniel P. Berrange
On Tue, Jun 30, 2015 at 04:37:13PM +0200, Marc-André Lureau wrote: > Use NetUserSetInfo() to set the user password. > > This function is notoriously known to be problematic for users with EFS > encrypted files. But the alternative, NetUserChangePassword() requires > the old password. Nevertheless,

Re: [Qemu-devel] [PATCH] qemu-ga: implement win32 guest-set-user-password

2015-08-25 Thread Marc-André Lureau
ping On Tue, Jun 30, 2015 at 4:37 PM, Marc-André Lureau wrote: > Use NetUserSetInfo() to set the user password. > > This function is notoriously known to be problematic for users with EFS > encrypted files. But the alternative, NetUserChangePassword() requires > the old password. Nevertheless, Th

[Qemu-devel] [PATCH] qemu-ga: implement win32 guest-set-user-password

2015-06-30 Thread Marc-André Lureau
Use NetUserSetInfo() to set the user password. This function is notoriously known to be problematic for users with EFS encrypted files. But the alternative, NetUserChangePassword() requires the old password. Nevertheless, The EFS file should be recovered by changing back to the old password. Sign