Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Cloud
:
OpenNebula
>
libvirt
> libvirtd-defaults-0.9.12.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libvirtd-defaults-0.9.12.patch of Package libvirt
--- libvirt-0.9.12/daemon/libvirtd.conf.orig 2012-03-30 04:45:28.000000000 +0200 +++ libvirt-0.9.12/daemon/libvirtd.conf 2012-06-10 18:13:41.408007191 +0200 @@ -18,8 +18,8 @@ # It is necessary to setup a CA and issue server certificates before # using this capability. # -# This is enabled by default, uncomment this to disable it -#listen_tls = 0 +# This is disabled by default, uncomment this to enable it +#listen_tls = 1 # Listen for unencrypted TCP connections on the public TCP/IP port. # NB, must pass the --listen flag to the libvirtd process for this to --- libvirt-0.9.12/daemon/libvirtd-config.c.orig 2012-06-10 18:40:38.840007171 +0200 +++ libvirt-0.9.12/daemon/libvirtd-config.c 2012-06-10 18:40:59.132007092 +0200 @@ -237,7 +237,7 @@ return NULL; } - data->listen_tls = 1; + data->listen_tls = 0; data->listen_tcp = 0; if (!(data->tls_port = strdup(LIBVIRTD_TLS_PORT)))