Comment 7 for bug 1309535

Revision history for this message
SeanBoran (sean-boran) wrote : Re: lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so

Installed a fresh 14.04 deskop, and joined to a Samba domain (server running 12.04 samba). Having setup samba as a member server with winbind, I can now enumerate Domain users and login via SSH. When logging in via the GUI desktop, the above happens:
- authentication success, the desktop starts coming up
- but them bombs out and comes back to the GUI login.

I commented out the wallet lines in /etc/pam.d/lightdm /etc/pam.d/lightdm-greeter, rebooted, but that didn't help.

/var/log/auth.log doesn't help much
May 23 15:57:33 ubuntu1 lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "bob"
May 23 15:57:33 ubuntu1 lightdm: pam_winbind(lightdm:auth): getting password (0x00000000)
May 23 15:57:36 ubuntu1 lightdm: pam_winbind(lightdm:auth): user 'bob' granted access
May 23 15:57:36 ubuntu1 lightdm: pam_winbind(lightdm:account): user 'bob' granted access
May 23 15:57:36 ubuntu1 lightdm: pam_unix(lightdm-greeter:session): session closed for user lightdm
May 23 15:57:36 ubuntu1 lightdm: pam_unix(lightdm:session): session opened for user bobby (uid=0)
May 23 15:57:38 ubuntu1 lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)

See attached for the lighdmlogs, which are more verbose.