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 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?