Hi,

Great if I'm able to avoid prompting the user.

Thanks a lot.

J.P.

-----Message d'origine-----
De : Michal Privoznik [mailto:[email protected]] 
Envoyé : lundi 11 janvier 2016 13:07
À : Jean-Pierre Ribeauville; [email protected]
Objet : Re: [libvirt-users] operation forbidden Read Only Access

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

_______________________________________________
libvirt-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvirt-users

Reply via email to