diff options
author | Steve Langasek <vorlon@debian.org> | 2019-02-11 16:13:42 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-02-12 06:07:57 +0000 |
commit | 668b13da8f830c38388cecac45539972e80cb246 (patch) | |
tree | ba3a4e02ed5ec62fe645dfa810c01d26decf591f /doc/man/pam_fail_delay.3 | |
parent | f00afb1ef201b2eef7f9ddbe5a0c6ca802cf49bb (diff) | |
parent | 3b77a78d575b8ab56bb0e828499df328d55c925f (diff) | |
download | pam-668b13da8f830c38388cecac45539972e80cb246.tar.gz pam-668b13da8f830c38388cecac45539972e80cb246.tar.bz2 pam-668b13da8f830c38388cecac45539972e80cb246.zip |
New upstream version 1.3.1
Diffstat (limited to 'doc/man/pam_fail_delay.3')
-rw-r--r-- | doc/man/pam_fail_delay.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/pam_fail_delay.3 b/doc/man/pam_fail_delay.3 index fdca8aca..47d63b73 100644 --- a/doc/man/pam_fail_delay.3 +++ b/doc/man/pam_fail_delay.3 @@ -2,12 +2,12 @@ .\" Title: pam_fail_delay .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\" Date: 04/01/2016 +.\" Date: 05/18/2017 .\" Manual: Linux-PAM Manual .\" Source: Linux-PAM Manual .\" Language: English .\" -.TH "PAM_FAIL_DELAY" "3" "04/01/2016" "Linux-PAM Manual" "Linux-PAM Manual" +.TH "PAM_FAIL_DELAY" "3" "05/18/2017" "Linux-PAM Manual" "Linux-PAM Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -126,7 +126,7 @@ For example, a login application may require a failure delay of roughly 3 second .RE .\} .PP -if the modules do not request a delay, the failure delay will be between 2\&.25 and 3\&.75 seconds\&. +if the modules do not request a delay, the failure delay will be between 1\&.5 and 4\&.5 seconds\&. .PP However, the modules, invoked in the authentication process, may also request delays: .sp @@ -142,7 +142,7 @@ module #2: pam_fail_delay (pamh, 4000000); .RE .\} .PP -in this case, it is the largest requested value that is used to compute the actual failed delay: here between 3 and 5 seconds\&. +in this case, it is the largest requested value that is used to compute the actual failed delay: here between 2 and 6 seconds\&. .SH "RETURN VALUES" .PP PAM_SUCCESS |