diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:22:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:22:06 +0000 |
commit | 741c1ef7a4f2ac316ad6e557ddbe03023413478d (patch) | |
tree | 38890f681daa26c57e865b4feca10d0ca53e1046 /tests/log/faillog/53_faillog-t-m_exclusive/data/usage.out | |
parent | Initial commit. (diff) | |
download | shadow-741c1ef7a4f2ac316ad6e557ddbe03023413478d.tar.xz shadow-741c1ef7a4f2ac316ad6e557ddbe03023413478d.zip |
Adding upstream version 1:4.5.upstream/1%4.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/log/faillog/53_faillog-t-m_exclusive/data/usage.out')
-rw-r--r-- | tests/log/faillog/53_faillog-t-m_exclusive/data/usage.out | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/log/faillog/53_faillog-t-m_exclusive/data/usage.out b/tests/log/faillog/53_faillog-t-m_exclusive/data/usage.out new file mode 100644 index 0000000..d5d2839 --- /dev/null +++ b/tests/log/faillog/53_faillog-t-m_exclusive/data/usage.out @@ -0,0 +1,14 @@ +Usage: faillog [options] + +Options: + -a, --all display faillog records for all users + -h, --help display this help message and exit + -l, --lock-secs SEC after failed login lock account for SEC seconds + -m, --maximum MAX set maximum failed login counters to MAX + -r, --reset reset the counters of login failures + -R, --root CHROOT_DIR directory to chroot into + -t, --time DAYS display faillog records more recent than DAYS + -u, --user LOGIN/RANGE display faillog record or maintains failure + counters and limits (if used with -r, -m, + or -l) only for the specified LOGIN(s) + |