Yes, that's a valid point (however it _should_ be set to 'Guest Agent' by
default).
To sum it up, SSO should happen (on the engine side) if all these conditions are true:
- user is connecting via userportal (not webadmin),
- guest agent presence is reported to engine,
- state of VM is strictly "Up"
- VM has SSO method set to "Guest agent" (Itamar's mail).
If these conditions are fulfilled and SSO still doesn't work, there must be something
wrong with the engine (or with reporting GA presence).
Also VmLogon command should print some information to engine's log - could you take a
look?
Cheers,
Franta.
----- Original Message -----
From: "Itamar Heim" <iheim(a)redhat.com>
To: "SimmInfo" <simon(a)simminfo.com>, users(a)ovirt.org, "Frantisek
Kobzik" <fkobzik(a)redhat.com>
Sent: Monday, February 17, 2014 3:35:08 AM
Subject: Re: [Users] SSO from user portal to Windows 7 guest
On 02/15/2014 07:51 AM, SimmInfo wrote:
Ok, after more investigation on agent logs and some code modification
it seem that the agent is receiving commands from virtio device. As it should. I have seen
commands lock-screen, shutdown, etc... But not the "login" command. Look like
engine trouble... I will do more testing tomorrow.
Simon
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
make sure it is enabled for the VM?
commit abd645d5af8a5e4f7986bef00f470171a63be823
Author: Frantisek Kobzik <fkobzik(a)redhat.com>
Date: Tue Nov 26 11:16:26 2013 +0100
frontend: Allow enabling/disabling SSO
This small feature allows controlling SSO per VM.
Changes:
- new radio buttons in New/Edit VM/Template/VmPool dialog.
Change-Id: I213110a1554cd67b6cd8560477b5d7551e89f24e
Signed-off-by: Frantisek Kobzik <fkobzik(a)redhat.com>
Bug-Url:
https://bugzilla.redhat.com/1035279