Hi Gunnar, I am not using likewise. There was indeed something weird with our (supposedly paranoid) pam.d configuration.
common-account: account sufficient pam_krb5.so account sufficient pam_unix.so account required pam_deny.so common-auth: auth sufficient pam_unix.so auth sufficient pam_krb5.so use_first_pass forwardable auth required pam_deny.so common-password (we handle password changes via a different approach): password required pam_deny.so Now, the common-session that induced the problem: session optional pam_krb5.so session sufficient pam_unix.so session required pam_deny.so reverting to something more common: session [default=1] pam_permit.so session requisite pam_deny.so session required pam_permit.so session required pam_unix.so session optional pam_krb5.so and the issue disappears. At first glance it would seem both only require pam_unix.so to succeed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1176849 Title: lightdm/pam configuration screws up locale and PATH To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1176849/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
