Comment 5 for bug 1579092

Revision history for this message
Tom Seewald (tseewald) wrote :

Hi Timo,

I can confirm that creating just /var/lib/sss/gpo_cache and changing ownership to sssd resolves the issue.

Steps taken:

Spun up a new 16.04 server, updated all packages, installed relevant packages for realmd/sssd to work, rebooted.

Joined domain using realmd, verified it was successful. I then confirmed I was still having the same issue logging in with domain accounts.

mkdir /var/lib/sss/gpo_cache

chown -R sssd:sssd /var/lib/sss/gpo_cache

systemctl restart sssd

All issues with logging in (ssh, console, su) as a domain user have been resolved on this machine.