diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2015-12-16 09:33:47 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2015-12-16 09:33:47 +0100 |
commit | e0a996ec358af86153c0c00e67802e36283dadd0 (patch) | |
tree | 2193ed1da857acdaf4e2bf1d7d9e24b0dfbe619d /modules/pam_tally2/pam_tally2.8.xml | |
parent | d8a7ffb9564cd0d76064c926d3ae15d074952b4b (diff) | |
download | pam-e0a996ec358af86153c0c00e67802e36283dadd0.tar.gz pam-e0a996ec358af86153c0c00e67802e36283dadd0.tar.bz2 pam-e0a996ec358af86153c0c00e67802e36283dadd0.zip |
pam_tally2: Optionally log the tally count when checking.
* modules/pam_tally2/pam_tally2.c (tally_parse_args): Add debug option.
(tally_check): Always log the tally count with debug option.
Diffstat (limited to 'modules/pam_tally2/pam_tally2.8.xml')
-rw-r--r-- | modules/pam_tally2/pam_tally2.8.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/pam_tally2/pam_tally2.8.xml b/modules/pam_tally2/pam_tally2.8.xml index 2f3b2eb9..cf5d76d9 100644 --- a/modules/pam_tally2/pam_tally2.8.xml +++ b/modules/pam_tally2/pam_tally2.8.xml @@ -54,6 +54,9 @@ <arg choice="opt"> no_log_info </arg> + <arg choice="opt"> + debug + </arg> </cmdsynopsis> <cmdsynopsis id="pam_tally2-cmdsynopsis2"> <command>pam_tally2</command> @@ -169,6 +172,16 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term> + <option>debug</option> + </term> + <listitem> + <para> + Always log tally count when it is incremented as a debug level message to the system log. + </para> + </listitem> + </varlistentry> </variablelist> </listitem> </varlistentry> |