[Libosinfo] [osinfo-db PATCH 2/3] windows, unattend: Set password as plain text
Daniel P. Berrangé
berrange at redhat.com
Wed Feb 6 09:13:00 UTC 2019
On Tue, Feb 05, 2019 at 08:40:35PM +0100, Fabiano Fidêncio wrote:
> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
> data/install-script/microsoft.com/windows-unattend-jeos.xml.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/data/install-script/microsoft.com/windows-unattend-jeos.xml.in b/data/install-script/microsoft.com/windows-unattend-jeos.xml.in
> index f738b86..27acc7f 100644
> --- a/data/install-script/microsoft.com/windows-unattend-jeos.xml.in
> +++ b/data/install-script/microsoft.com/windows-unattend-jeos.xml.in
> @@ -171,7 +171,7 @@
> <LocalAccount wcm:action="add">
> <Password>
> <Value><xsl:value-of select="config/user-password"/></Value>
> - <PlainText>false</PlainText>
> + <PlainText>true</PlainText>
Surely this is going to break existing applications that are using
this template & passing an already encrypted password.
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
More information about the Libosinfo
mailing list