diff options
author | edneville <ed-github@s5h.net> | 2020-01-29 10:05:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 11:05:24 +0100 |
commit | 347691818ee80c46a9a2615bdf7733cf89bf6a4c (patch) | |
tree | 6a10bf1ace91aaeffceb5d9d40263e66ab25b4af | |
parent | b9859d045939975655197ad012eacf7863343ae4 (diff) | |
download | pam-347691818ee80c46a9a2615bdf7733cf89bf6a4c.tar.gz pam-347691818ee80c46a9a2615bdf7733cf89bf6a4c.tar.bz2 pam-347691818ee80c46a9a2615bdf7733cf89bf6a4c.zip |
pam_tally[2]: Updating man pages to indicate account leakage without silent
* modules/pam_tally/pam_tally.8.xml: Mention account leakage without silent
* modules/pam_tally2/pam_tally2.8.xml: Mention account leakage without silent
-rw-r--r-- | modules/pam_tally/pam_tally.8.xml | 2 | ||||
-rw-r--r-- | modules/pam_tally2/pam_tally2.8.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_tally/pam_tally.8.xml b/modules/pam_tally/pam_tally.8.xml index 48230a25..80ad060d 100644 --- a/modules/pam_tally/pam_tally.8.xml +++ b/modules/pam_tally/pam_tally.8.xml @@ -168,7 +168,7 @@ </term> <listitem> <para> - Don't print informative messages. + Don't print informative messages. The messages printed without the <emphasis>silent</emphasis> option leak presence of accounts on the system because they are not printed for non-existing accounts. </para> </listitem> </varlistentry> diff --git a/modules/pam_tally2/pam_tally2.8.xml b/modules/pam_tally2/pam_tally2.8.xml index cf5d76d9..d058cf91 100644 --- a/modules/pam_tally2/pam_tally2.8.xml +++ b/modules/pam_tally2/pam_tally2.8.xml @@ -158,7 +158,7 @@ </term> <listitem> <para> - Don't print informative messages. + Don't print informative messages. The messages printed without the <emphasis>silent</emphasis> option leak presence of accounts on the system because they are not printed for non-existing accounts. </para> </listitem> </varlistentry> |