diff options
author | Tomas Mraz <tm@t8m.info> | 2007-10-10 14:10:06 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2007-10-10 14:10:06 +0000 |
commit | b0eff898b6ce0d083a7758e337879e4fa084d0b9 (patch) | |
tree | f3ea105e1af3eb6d5dd02dbf7246959ab48004b7 | |
parent | 10ac36fdc45532acb00ec47aab28b5cc6198820f (diff) | |
download | pam-b0eff898b6ce0d083a7758e337879e4fa084d0b9.tar.gz pam-b0eff898b6ce0d083a7758e337879e4fa084d0b9.tar.bz2 pam-b0eff898b6ce0d083a7758e337879e4fa084d0b9.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2007-10-09 Tomas Mraz <t8m@centrum.cz>
* modules/pam_tally/pam_tally.8.xml: Document audit option
correctly.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | modules/pam_tally/pam_tally.8.xml | 12 |
2 files changed, 5 insertions, 11 deletions
@@ -1,3 +1,7 @@ +2007-10-09 Tomas Mraz <t8m@centrum.cz> + * modules/pam_tally/pam_tally.8.xml: Document audit option + correctly. + 2007-10-09 Thorsten Kukuk <kukuk@thkukuk.de> * release version 0.99.9.0 diff --git a/modules/pam_tally/pam_tally.8.xml b/modules/pam_tally/pam_tally.8.xml index 1261130a..4f89269e 100644 --- a/modules/pam_tally/pam_tally.8.xml +++ b/modules/pam_tally/pam_tally.8.xml @@ -146,7 +146,7 @@ </term> <listitem> <para> - Will display the username typed if the user is not found. + Will log the user name into the system log if the user is not found. </para> </listitem> </varlistentry> @@ -250,16 +250,6 @@ </varlistentry> <varlistentry> <term> - <option>even_deny_root_account</option> - </term> - <listitem> - <para> - Root account can become unavailable. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> <option>per_user</option> </term> <listitem> |