Comment 11 for bug 64301

Revision history for this message
Joe Baker (joebaker) wrote :

/etc/pam.d/gnome-session
only contained:
@include common-auth

I've changed it to be as such:
#---------------------------
@include common-auth
@include common-account
@include common-session
@include common-password
#--------------------------

I used grep to identify other pam.d profiles in the directory to see which other profiles also included common-auth. These profiles also included common-auth and were the model for the change I'm trying out:

   ssh, kscreensaver, login, gdm, kcheckpasswd

I'll report back later on how this works.
Thanks.
-Joe Baker