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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

