Searched hist:"259434 b8067e1c61017e9a5b8667b6526b474ff2" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 259434b8067e1c61017e9a5b8667b6526b474ff2 Tue Jun 30 09:37:13 CDT 2015 Marc-André Lureau <marcandre.lureau@gmail.com> qemu-ga: implement win32 guest-set-user-password
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.
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
|
/openbmc/qemu/ |
H A D | configure | 259434b8067e1c61017e9a5b8667b6526b474ff2 Tue Jun 30 09:37:13 CDT 2015 Marc-André Lureau <marcandre.lureau@gmail.com> qemu-ga: implement win32 guest-set-user-password
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.
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
|