Il giorno 03/mar/2010, alle ore 19.03, Matthias Bolte <matthias.bolte(a)googlemail.com
ha scritto:
2010/3/3 Marco Mornati <mmornati(a)byte-code.com>:
> Hello guys,
>
> I've created a plugin for Hudson (CI) to manage virtmachines using
> libvirt
> java (start vm for a build and stop just after).
>
> I've just a problem in authentication, in fact I cannot send uname
> and
> password using code, libvirt ask me for the credentials on CLI.
> someone
> could explain me How I can use authentican or where I can find an
> usage
> guide or example?
>
> Thanks a lot
> Bye
> Marco
>
You have to use virConnectOpenAuth to open a connection and provide an
authentication callback.
I have no Java example at hand but you can look at the
examples/python/esxlist.py Python script for an example how to provide
an authentication callback.
Also see the ConnectAuth and ConnectAuthDefault classes in the Java
bindings.
Yes I've already take a look to Java sources but there is nothing
useful there.
I'll try looking to python class.
What I don't know now is if the credentials work in the same way if I
need to connect using ssh:
Xen+ssh://host/system
Is it the same?
Thanks Again
Bye
Marco
Matthias