summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2003-05-04 06:43:24 +0000
committermurray <murray@FreeBSD.org>2003-05-04 06:43:24 +0000
commit24d926fd08e74922d40e806e13cb2624dfe2eafd (patch)
treed1fc4192aaa553986c88a3fac9ead438ca287e96 /lib/libutil
parenta0a7c268e050f50234f60c2957b42f48cba0cb56 (diff)
downloadFreeBSD-src-24d926fd08e74922d40e806e13cb2624dfe2eafd.zip
FreeBSD-src-24d926fd08e74922d40e806e13cb2624dfe2eafd.tar.gz
Document the login-backoff and login-retries capabilities.
PR: docs/51397 MFC After: 3 days
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/login.conf.55
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 99a9cbe..c3b91cf 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -217,6 +217,11 @@ the class may access.
in the class may not access.
.It "login_prompt string The login prompt given by
.Xr login 1
+.It "login-backoff number 3 The number of login attempts
+allowed before the backoff delay is inserted after each subsequent
+attempt.
+.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
changed passwords will use.
Valid values include "des", "md5" and "blf".
OpenPOWER on IntegriCloud