summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-18 04:55:16 +0000
committerobrien <obrien@FreeBSD.org>2001-05-18 04:55:16 +0000
commitde8cebdec8dd479da03e2676ff747fe62d75b2b3 (patch)
treec8b580a4dce129563932464cd3093ff7a73937e9 /lib
parentb8425680b5070beb3b2a5ebb23e322eebebdebe5 (diff)
downloadFreeBSD-src-de8cebdec8dd479da03e2676ff747fe62d75b2b3.zip
FreeBSD-src-de8cebdec8dd479da03e2676ff747fe62d75b2b3.tar.gz
Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,
which makes lgoin more like getty in its ability to be configured. Submitted by: tlambert (code only)
Diffstat (limited to 'lib')
-rw-r--r--lib/libutil/login.conf.54
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 5a5a1db..dba8c4a 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -203,7 +203,11 @@ ensure octal interpretation.
.Sh AUTHENTICATION
.Bl -column minpasswordlen indent indent
.It Sy "Name Type Notes Description
+.It "login_prompt string The login prompt given by
+.Xr login 1
.It "minpasswordlen number 6 The minimum length a local password may be.
+.It "passwd_prompt string The password prompt presented by
+.Xr login 1
.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