Displaying 2 results from an estimated 2 matches for "virconnectauthcallbackdefault".
2015 Apr 27
2
[Libvirt Users]how to provide password authentication for qemu driver
Dell Customer Communication
Hi All,
I am using
Compiled against library: libvirt 1.2.9
Using library: libvirt 1.2.9
Using API: QEMU 1.2.9
Running hypervisor: QEMU 2.1.2
I want user to provide username and password authentication to virConnectPtr
virConnectOpenAuth(const char *name,
virConnectAuthPtr auth,
unsigned int flags) to login remotely for the qemu
2015 Apr 27
0
Re: [Libvirt Users]how to provide password authentication for qemu driver
...connection to libvirtd, performs authentication,
and then calls qemuConnectOpen(). So from that sequence it is the
remoteConnectOpen() method that deals with passwords/usernames,
not qemuConnectOpen().
If you want to get an idea how to provide username/password via the
callback, take a look at the virConnectAuthCallbackDefault() method
in src/libvirt.c which is the default impl that just prompts on the
terminal console.
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org...