summaryrefslogtreecommitdiff
path: root/pam-ck-connector/pam_ck_connector.8
AgeCommit message (Collapse)AuthorFilesLines
2009-02-11add "nox11" option to the PAM moduleMartin Pitt1-0/+4
Ignores PAM sessions where PAM_TTY is an X11 display. This allows adding pam_ck_connector to PAM's "common-session" without interfering with the already existing ConsoleKit operations in gdm, the Xsession script, etc. https://bugs.freedesktop.org/show_bug.cgi?id=16746
2008-01-28fix typo in man pageWilliam Jon McCann1-1/+1
2007-04-04fix typosWilliam Jon McCann1-2/+2
2007-04-04add support for CKCON_X11_DISPLAY_DEVICE environment variableWilliam Jon McCann1-9/+10
In order to set the x11-display-device parameter on the new session.
2007-02-28add a connector library and (reluctantly) a PAM moduleDavid Zeuthen1-0/+80
Here are some patches to add one library and one PAM module so other programs (apart from gdm) can easily interact with ConsoleKit. It's mainly going to be used, I think, by login(1) and xinit(1). I'm not super happy about doing a PAM module but the Fedora util-linux package maintainer seems to be insist on this instead of just patching login(1). The PAM module isn't built by default. Both pieces of code are licensed under the MIT license as god knows what might want to use them. Sounds good to you?