On Fri, Aug 22, 2014 at 03:53:18PM +0400, Pavel Khrulev wrote:
Hello. I have an app (virt-manager) for remote connection to server
where libvirtd is running. When I make a new connection with uri
(qemu+tcp://paul@172.16.111.20/system) I want to know username (paul
What are you using for authentication when connecting with tcp?
here) on the side of server. But an object virConnectPtr has URI
(qemu:///system ) on the remote server. Why and how I can know
username on the server's side?
You mean in the libvirt daemon you are changing the code to do
something depending on the username? Please explain what you're
trying to do in a bit more detail.
Martin