diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-11-06 14:58:53 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-11-06 14:58:53 +0000 |
commit | d6e1da52bb5b01a93a60d3aff1223eb6a19082cd (patch) | |
tree | 8648c921af83b011e167b0c5cfdf5fc22f205f41 /modules/pam_xauth/README | |
parent | a38a8eae25ee1d7adb5a5eafcf1c41e94974ed90 (diff) | |
download | pam-d6e1da52bb5b01a93a60d3aff1223eb6a19082cd.tar.gz pam-d6e1da52bb5b01a93a60d3aff1223eb6a19082cd.tar.bz2 pam-d6e1da52bb5b01a93a60d3aff1223eb6a19082cd.zip |
Relevant BUGIDs: 1822762
Purpose of commit: bugfix
Commit summary:
---------------
2007-11-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* doc/man/pam_conv.3.xml: Correct typo.
2007-10-30 Peter Breitenlohner <peb@mppmu.mpg.de>
* modules/pam_cracklib/pam_cracklib.8.xml: Correct typo.
* modules/pam_limits/limits.conf.5.xml: Likewise.
* modules/pam_listfile/pam_listfile.8.xml: Likewise.
* modules/pam_xauth/pam_xauth.8.xml: Likewise.
* modules/pam_deny/pam_deny.8.xml: Correct spelling.
* modules/pam_group/pam_group.8.xml: Likewise.
* modules/pam_permit/pam_permit.8.xml: Likewise.
* modules/pam_shells/pam_shells.8.xml: Likewise.
* modules/pam_time/pam_time.8.xml: Likewise.
* modules/pam_warn/pam_warn.8.xml: Likewise.
Diffstat (limited to 'modules/pam_xauth/README')
-rw-r--r-- | modules/pam_xauth/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_xauth/README b/modules/pam_xauth/README index 1e134d70..4e0e3ec4 100644 --- a/modules/pam_xauth/README +++ b/modules/pam_xauth/README @@ -77,9 +77,9 @@ pam_open_session() and pam_close_session() with the ruid set to the uid of the calling user and the euid set to root, and must have provided as the PAM_USER item the name of the target user. -pam_xauth calls xauth(1) the source user to extract the key for $DISPLAY, then -calls xauth as the target user to merge the key into the a temporary database -and later remove the database. +pam_xauth calls xauth(1) as the source user to extract the key for $DISPLAY, +then calls xauth as the target user to merge the key into the a temporary +database and later remove the database. pam_xauth cannot be told to not remove the keys when the session is closed. |