[libvirt-users] operation forbidden Read Only Access

Michal Privoznik mprivozn at redhat.com
Mon Jan 11 12:07:07 UTC 2016


On 08.01.2016 14:30, Jean-Pierre Ribeauville wrote:
> Hi,
> 
> I found an answer :
> 
> Use virConnectOpenAuth()  instead of virConnectOpenReadOnly().
> 
> As my piece of code is running silently (without user connected) , by using  virConnectOpenAuth()  , 
> is it possible to avoid to prompt user  to get user /password ? 

Yes it is. You basically need just to pass a callback that will supply
credentials to libvirt. Does not matter how it gets it. You may want to
read documentation:

http://libvirt.org/html/libvirt-libvirt-host.html#virConnectOpenAuth

or see the code for examples.

Michal




More information about the libvirt-users mailing list