
Hello, I'm having problems to get SSO working on Fedora24 guest. The following packages are installed on guest: ovirt-guest-agent-common.noarch 1.0.12- 3.fc24 @updates ovirt-guest-agent-gdm-plugin.noarch 1.0.12- 3.fc24 @updates ovirt-guest-agent-pam-module.x86_64 1.0.12- 3.fc24 @updates When user tries to login, the following lines are displayed in ovirt- guest-agent.log Dummy-3::DEBUG::2016-07-22 08:21:09,614::GuestAgentLinux2::152::root::PkgMgr: list_pkgs returns [['kernel-4.5.5-300.fc24', 'xorg-x11-drv-qxl-0.1.4-7.fc24', 'ovirt- guest-agent-common-1.0.12-3.fc24']] Dummy-3::DEBUG::2016-07-22 08:21:09,614::OVirtAgentLogic::197::root::Sending applications with args {'applications': ['kernel-4.5.5-300.fc24', 'xorg-x11-drv-qxl- 0.1.4-7.fc24', 'ovirt-guest-agent-common-1.0.12-3.fc24']} Dummy-2::INFO::2016-07-22 08:21:10,302::OVirtAgentLogic::307::root::Received an external command: login... Dummy-2::DEBUG::2016-07-22 08:21:10,302::OVirtAgentLogic::341::root::User log-in (credentials = '\x00\x00\x00\x04test********\x00') Dummy-2::DEBUG::2016-07-22 08:21:10,302::OVirtAgentLogic::280::root::AgentLogicBase::doListen() - in loop before vio.read But guest does not react in any way, it just displays login screen. Also there's anything in /var/log/secure log file. It seems that pam module is not accessed. Thank you.