diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-09-01 13:17:47 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-09-01 13:17:47 +0000 |
commit | 14365044b7a8034e71a31807d355c8b8f157e930 (patch) | |
tree | ac9fe2b7631bb8bd9ccf373c95aba7cd7cad028c /modules | |
parent | 633c7e0651817ab043dd4618c5f9c9ed980b1666 (diff) | |
download | pam-14365044b7a8034e71a31807d355c8b8f157e930.tar.gz pam-14365044b7a8034e71a31807d355c8b8f157e930.tar.bz2 pam-14365044b7a8034e71a31807d355c8b8f157e930.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-09-01 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_loginuid/pam_loginuid.8.xml: Fix typo in
config name.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_loginuid/pam_loginuid.8.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/pam_loginuid/pam_loginuid.8.xml b/modules/pam_loginuid/pam_loginuid.8.xml index 7022d9af..f50336d0 100644 --- a/modules/pam_loginuid/pam_loginuid.8.xml +++ b/modules/pam_loginuid/pam_loginuid.8.xml @@ -32,11 +32,11 @@ The pam_loginuid module sets the loginuid process attribute for the process that was authenticated. This is necessary for applications to be correctly audited. This PAM module should only be used for entry - point applications like: login, sshd, gdm, vsftpd, crond, at, and - remote. There are probably other entry point applications besides - these. You should not use it for applications like sudo or su as - that defeats the purpose by changing the loginuid to the account - they just switched to. + point applications like: login, sshd, gdm, vsftpd, crond and atd. + There are probably other entry point applications besides these. + You should not use it for applications like sudo or su as that + defeats the purpose by changing the loginuid to the account they just + switched to. </para> </refsect1> |