Hide Forgot
Created attachment 809266 [details] log file Description of problem: Gnome login of ipa user fails with error "unable to open session" /var/log/secure log shows that authentication is successful. Setup is as follows: RHEL-65 IPA Client ---- RHEL-63 IPA Server Version-Release number of selected component (if applicable): [root@65client ~]# rpm -q ipa-client selinux-policy gnome-desktop ipa-client-3.0.0-37.el6.i686 selinux-policy-3.7.19-218.el6.noarch gnome-desktop-2.28.2-11.el6.i686 [root@65client ~]# How reproducible: Always Steps to Reproduce: 1. Install a RHEL-65 ipa client with a RHEL-63 ipa server 2. Add a user on IPA server 3. Try gnome desktop login with user created in step 2 on IPA client machine Actual results: Gnome desktop login failed with error message "unable to open session" Expected results: Gnome desktop login should be successfull Additional info: 1. Please find the attached log file which is having content from /var/log/secure and /var/log/audit/audit.log files.
I think is just too strict SELinux user role assigned by SSSD. You can check the settings on 6.3 IPA server: # ipa config-show ... Default SELinux user: unconfined_u:s0-s0:c0.c1023 ... I bet there will be "guest_u:s0" value. This is too restrictive default. IIRC, we fixed the default in RHEL-6.4. If you change it to "unconfined_u:s0-s0:c0.c1023", you should be able to log in again. There should be a Known Issue and KB article for that.
This is the RHEL 6.4 bug with documentation: Bug 887193. I would just close it as duplicate of it.
*** This bug has been marked as a duplicate of bug 887193 ***