Revision 22686,
685 bytes
checked in by ghudson, 17 years ago
(diff) |
* debathena/debathena: Snapshot debathena package sources from
/mit/debathena/packages/debathena.
|
Line | |
---|
1 | This is the README for pam_xauthority, a PAM SESSION module which sets |
---|
2 | $XAUTHORITY to a securely created file in /tmp in pam_open_session, |
---|
3 | and unlinks the file in pam_close_session. This is useful if you are |
---|
4 | in an environment where home directories are on network filesystems |
---|
5 | and don't want to share your xauthority files. |
---|
6 | |
---|
7 | One uses the module by adding the line |
---|
8 | |
---|
9 | session optional pam_xauthority.so |
---|
10 | |
---|
11 | in /etc/pam.d/ssh. |
---|
12 | |
---|
13 | It supports two options: debug (for debugging output) and an option |
---|
14 | dir=/var/tmp changing the directory that it places xauthority files |
---|
15 | into. So, the pam-xauthority session line might look like: |
---|
16 | |
---|
17 | session optional pam_xauthority.so debug dir=/var/tmp |
---|
Note: See
TracBrowser
for help on using the repository browser.