summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-09-01 13:17:47 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-09-01 13:17:47 +0000
commit14365044b7a8034e71a31807d355c8b8f157e930 (patch)
treeac9fe2b7631bb8bd9ccf373c95aba7cd7cad028c
parent633c7e0651817ab043dd4618c5f9c9ed980b1666 (diff)
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.
-rw-r--r--ChangeLog5
-rw-r--r--modules/pam_loginuid/pam_loginuid.8.xml10
2 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7871b3b4..1fcb5349 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-01 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * modules/pam_loginuid/pam_loginuid.8.xml: Fix typo in
+ config name.
+
2006-08-31 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_env/environment: New, dummy environment example
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>