[Pkg-utopia-maintainers] Bug#597937: Enabling audit with pam_loginuid.so in nodm fixes the issue

Emanuele Aina emanuele.aina at collabora.com
Fri Jun 29 09:17:47 UTC 2012


I've encountered the same issue with nodm and I found that adding
pam_loginuid.so and pam_ck_connector.so with x11 support enabled
in /etc/pam.d/nodm fixed it.

The two PAM modules need to be stacked right before including
common-session, otherwise the pam_ck_connector.so with the "nox11" flag
will take precedence:

----------8<----------
@include common-account
@include common-password

session optional pam_loginuid.so
session optional pam_ck_connector.so

@include common-session
----------8<----------

Something like this may also work on other DMs without explicit
ConsoleKit support.

-- 
Emanuele






More information about the Pkg-utopia-maintainers mailing list