mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document how the backoff delay is calculated.
Submitted by: markus MFC after: 3 days
This commit is contained in:
parent
ae78672c56
commit
b208d15b48
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 6, 2004
|
||||
.Dd April 19, 2006
|
||||
.Dt LOGIN.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -243,6 +243,9 @@ in the class may not access.
|
|||
.It "login-backoff number 3 The number of login attempts
|
||||
allowed before the backoff delay is inserted after each subsequent
|
||||
attempt.
|
||||
The backoff delay is the number of tries above
|
||||
.Em login-backoff
|
||||
multiplied by 5 seconds.
|
||||
.It "login-retries number 10 The number of login attempts
|
||||
allowed before the login fails.
|
||||
.It "passwd_format string md5 The encryption format that new or
|
||||
|
|
|
|||
Loading…
Reference in a new issue