summaryrefslogtreecommitdiffstats
path: root/pam-ck-connector/pam_ck_connector.8
Commit message (Collapse)AuthorAgeFilesLines
* add "nox11" option to the PAM moduleMartin Pitt2009-02-111-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
* fix typo in man pageWilliam Jon McCann2008-01-281-1/+1
|
* fix typosWilliam Jon McCann2007-04-041-2/+2
|
* add support for CKCON_X11_DISPLAY_DEVICE environment variableWilliam Jon McCann2007-04-041-9/+10
| | | | | In order to set the x11-display-device parameter on the new session.
* add a connector library and (reluctantly) a PAM moduleDavid Zeuthen2007-02-281-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?