Re: [libvirt] libvirt authorization

2009-03-21 Thread Dale Bewley
On Fri, 2009-03-20 at 09:44 -0700, Scott Beardsley wrote: > Is there any authorization mechanism in libvirt? I've got TLS going so > that only those with a cert signed by my CA are allowed in, but there > appears to be no way for me to only allow them access to certain VMs. > Can I limit folks to s

[libvirt] Problem with remote xend over ssh tunnel

2009-03-21 Thread waheed iqbal
Hi, I am able to connect remote xend using http but whenever I try to connect remote machine usingĀ  "virsh -c xen+ssh://r...@./ list" I found following error: libvir: Remote error : socket closed unexpectedly error: failed to connect to the hypervisor libvirtd is running on both systems a

[libvirt] Enable authentication for all virConnectOpen calls in virsh

2009-03-21 Thread Matthias Bolte
Hello, virsh opens connections in three places (init, connect, migrate) but only connections initiated from the command line (the -c option) are opened with authentication. The attached patch enables the two other places to use authentication too. Ciao Matthias diff --git a/src/virsh.c b/src/vir