diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-12-07 12:34:00 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-12-07 12:34:00 +0000 |
commit | 98822a2108d900a59f22f2dc0783e825a1a4de3d (patch) | |
tree | 56b0b2e8b447196beec84997de21d4442a250df4 /modules/pam_faildelay/pam_faildelay.8.xml | |
parent | a4cef6489305d216e4e966658e6989efc2800b41 (diff) | |
download | pam-98822a2108d900a59f22f2dc0783e825a1a4de3d.tar.gz pam-98822a2108d900a59f22f2dc0783e825a1a4de3d.tar.bz2 pam-98822a2108d900a59f22f2dc0783e825a1a4de3d.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-12-06 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_faildelay/pam_faildelay.c: If no argument is
given, try to read FAIL_DELAY from /etc/login.defs.
* modules/pam_faildelay/pam_faildelay.8.xml: Document usage
of /etc/login.defs.
Diffstat (limited to 'modules/pam_faildelay/pam_faildelay.8.xml')
-rw-r--r-- | modules/pam_faildelay/pam_faildelay.8.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/pam_faildelay/pam_faildelay.8.xml b/modules/pam_faildelay/pam_faildelay.8.xml index 9e3b9ef9..d2dfd266 100644 --- a/modules/pam_faildelay/pam_faildelay.8.xml +++ b/modules/pam_faildelay/pam_faildelay.8.xml @@ -35,7 +35,10 @@ pam_faildelay is a PAM module that can be used to set the delay on failure per-application. </para> - + <para> + If no <option>delay</option> is given, pam_faildelay will + use the value of FAIL_DELAY from <filename>/etc/login.defs</filename>. + </para> </refsect1> <refsect1 id="pam_faildelay-options"> |