Dear freeipa-users,
I recently am having trouble logging into my kde sessions.
Client OS: Fedora 36 Kde Plasma (up to date) (freeipa-client 4.10.0-4 , sssd 2.7.4-1)
Server: Centos Stream 9 (ipa 4.10.0-6)
Here are my symptoms :
ipa user on KDE Wayland: kwin_wayland_wrapper crashes
ipa user on KDE X11: login ok but policykit integration seems broken. Can't connect to qemu for instance or apply system settings. Running `id` returns the expected groups and uid.
ipa user on Console: login ok
ipa user on ssh: login ok.
Local users : no problem
Brand new ipa user : same login issues
The only way I found to be able to correctly login is to stop sssd , remove the cache files and reboot:
systemctl stop sssd && rm -rf /var/lib/sss/db/* && reboot
After that I can successfully login with wayland and X11 session. At the next reboot, session login will fail.
I am not sure there is an issue with the freeipa integration itself but the fact that rebooting with a clean sssd context makes it work, I assume sssd and freeipa are involved somehow.
It could also be an issue with kde itself or my IPA configuration.
I still need to start troubleshooting somewhere.
Find attached sssd debug logs on the client. I didn't find anything strange but someone else might.
If logs are need, I can easily reproduce the issue and generate logs or test changes.
If someone with the same setup can confirm it works for them, that would be great.
If this is absolutely not the place for this request, please say so ;-)
Any help troubleshooting this issue is appreciated
Regards