Document the login-backoff and login-retries capabilities.

PR:		docs/51397
MFC After:	3 days
This commit is contained in:
Murray Stokely 2003-05-04 06:43:24 +00:00
parent a26df538d2
commit df788a526f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114648

View File

@ -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".