Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Update for added capabilities in login(1).



details:   https://anonhg.NetBSD.org/src/rev/ac69424819d7
branches:  trunk
changeset: 480447:ac69424819d7
user:      mjl <mjl%NetBSD.org@localhost>
date:      Thu Jan 13 06:13:30 2000 +0000

description:
Update for added capabilities in login(1).

diffstat:

 share/man/man5/login.conf.5 |  226 ++++++++++++++++++++++---------------------
 1 files changed, 116 insertions(+), 110 deletions(-)

diffs (282 lines):

diff -r 968fe658222f -r ac69424819d7 share/man/man5/login.conf.5
--- a/share/man/man5/login.conf.5       Thu Jan 13 05:32:41 2000 +0000
+++ b/share/man/man5/login.conf.5       Thu Jan 13 06:13:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: login.conf.5,v 1.1 2000/01/12 05:02:12 mjl Exp $
+.\"    $NetBSD: login.conf.5,v 1.2 2000/01/13 06:13:30 mjl Exp $
 .\"
 .\" Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\" BSDI login.conf.5,v 2.19 1998/02/19 23:39:39 prb Exp
 .\"
-.Dd February 23, 1995
+.Dd January 13, 2000
 .Dt LOGIN.CONF 5
 .Os
 .Sh NAME
@@ -65,60 +65,57 @@
 .Bl -column minpasswordlenxx programxx xusxbin
 .Sy Name       Type    Default Description
 .\"
-.\"XX .sp
-.\"XX .It copyright Ta file Ta "" Ta
-.\"XX File containing additional copyright information.
+.sp
+.It copyright Ta file Ta "" Ta
+File containing additional copyright information.
 .\"
-.\"XX .sp
-.\"XX .It coredumpsize Ta size Ta "" Ta
-.\"XX Maximum coredump size limit.
+.sp
+.It coredumpsize Ta size Ta "" Ta
+Maximum coredump size limit.
 .\"
-.\"XX .sp
-.\"XX .It cputime Ta time Ta "" Ta
-.\"XX CPU usage limit.
+.sp
+.It cputime Ta time Ta "" Ta
+CPU usage limit.
 .\"
-.\"XX .sp
-.\"XX .It datasize Ta size Ta "" Ta
-.\"XX Maximum data size limit.
+.sp
+.It datasize Ta size Ta "" Ta
+Maximum data size limit.
 .\"
-.\"XX .sp
-.\"XX .It expireperiod Ta time Ta "" Ta
-.\"XX Time for expiry allocation.
-.\"XX .sp
-.\"XX .It filesize Ta size Ta "" Ta
-.\"XX Maximum file size limit.
+.sp
+.It filesize Ta size Ta "" Ta
+Maximum file size limit.
 .\"
-.\"XX .sp
-.\"XX It hushlogin Ta bool Ta Dv false Ta
-.\"XX Same as having a
-.\"XX .Pa $HOME/.hushlogin
-.\"XX file.
-.\"XX See
-.\"XX .Xr login 8 .
+.sp
+.It hushlogin Ta bool Ta Dv false Ta
+Same as having a
+.Pa $HOME/.hushlogin
+file.
+See
+.Xr login 8 .
+.\"
+.sp
+.It ignorenologin Ta bool Ta Dv false Ta
+Not affected by
+.Pa nologin
+files.
 .\"
-.\"XX .sp
-.\"XX .It ignorenologin Ta bool Ta Dv false Ta
-.\"XX Not affected by
-.\"XX .Pa nologin
-.\"XX files.
-.\"XX See
-.\"XX .Xr login 8 .
-.\"XX .\"
-.\"XX .sp
-.\"XX .It stacksize Ta size Ta "" Ta
-.\"XX Maximum stack size limit.
-.\"XX .\"
-.\"XX .sp
-.\"XX .It maxproc Ta number Ta "" Ta
-.\"XX Maximum number of process.
+.It login-retries Ta number Ta 10 Ta
+Maximum number of login attempts allowed.
+.\"
+.It login-backoff Ta number Ta 3 Ta
+Number of login attempts after which to start random back-off.
 .\"
-.\"XX .sp
-.\"XX .It memorylocked Ta size Ta "" Ta
-.\"XX Maximum locked in core memory size limit.
+.sp
+.It maxproc Ta number Ta "" Ta
+Maximum number of process.
 .\"
-.\"XX .sp
-.\"XX .It memoryuse Ta size Ta "" Ta
-.\"XX Maximum in core memoryuse size limit.
+.sp
+.It memorylocked Ta size Ta "" Ta
+Maximum locked in core memory size limit.
+.\"
+.sp
+.It memoryuse Ta size Ta "" Ta
+Maximum in core memoryuse size limit.
 .\"
 .sp
 .It minpasswordlen Ta number Ta "" Ta
@@ -127,14 +124,14 @@
 .Xr passwd 1
 utility.
 .\"
-.\"XX .sp
-.\"XX .It nologin Ta file Ta "" Ta
-.\"XX If the file exists it will be displayed
-.\"XX and the login session will be terminated.
+.sp
+.It nologin Ta file Ta "" Ta
+If the file exists it will be displayed
+and the login session will be terminated.
 .\"
-.\"XX .sp
-.\"XX .It openfiles Ta number Ta "" Ta
-.\"XX Maximum number of open files per process.
+.sp
+.It openfiles Ta number Ta "" Ta
+Maximum number of open files per process.
 .\"
 .\"XX .sp
 .\"XX .It password-dead Ta time Ta Dv 0 Ta
@@ -147,68 +144,73 @@
 .sp
 .It passwordtime Ta time Ta "" Ta
 Used by passwd(1) to set next password expiry date.
-.\"XX .sp
-.\"XX .It password-warn Ta time Ta Dv 2w Ta
-.\"XX If the user's password will expire within this length of time then
-.\"XX warn the user of this.
+.\"
+.sp
+.It password-warn Ta time Ta Dv 2w Ta
+If the user's password will expire within this length of time then
+warn the user of this.
 .\"
-.\"XX .sp
-.\"XX .It path Ta path Ta Dv "/bin /usr/bin" Ta
-.\"XX .br
-.\"XX Default search path.
+.sp
+.It path Ta path Ta Dv "/bin /usr/bin" Ta
+.br
+Default search path.
 .\"
-.\"XX .sp
-.\"XX .It priority Ta number Ta "" Ta
-.\"XX Initial priority (nice) level.
+.sp
+.It priority Ta number Ta "" Ta
+Initial priority (nice) level.
 .\"
-.\"XX .sp
-.\"XX .It requirehome Ta bool Ta Dv false Ta
-.\"XX Require home directory to login.
+.sp
+.It requirehome Ta bool Ta Dv false Ta
+Require home directory to login.
 .\"
-.\"XX .sp
-.\"XX .It shell Ta program Ta "" Ta
-.\"XX Session shell to execute rather than the shell specified in the password file.
-.\"XX The
-.\"XX .Ev SHELL
-.\"XX environment variable will contain the shell specified in the password file.
+.sp
+.It shell Ta program Ta "" Ta
+Session shell to execute rather than the shell specified in the password file.
+The
+.Ev SHELL
+environment variable will contain the shell specified in the password file.
 .\"
-.\"XX .sp
-.\"XX .It term Ta string Ta Dv su Ta
-.\"XX Default terminal type if not able to determine from other means.
+.sp
+.It stacksize Ta size Ta "" Ta
+Maximum stack size limit.
+.\"
+.sp
+.It term Ta string Ta Dv su Ta
+Default terminal type if not able to determine from other means.
 .\"
-.\"XX .sp
-.\"XX .It umask Ta number Ta Dv 022 Ta
-.\"XX Initial umask.
-.\"XX Should always have a leading
-.\"XX .Li 0
-.\"XX to assure octal interpretation.
-.\"XX See
-.\"XX .Xr umask 2 .
+.sp
+.It umask Ta number Ta Dv 022 Ta
+Initial umask.
+Should always have a leading
+.Li 0
+to assure octal interpretation.
+See
+.Xr umask 2 .
 .\"
-.\"XX .sp
-.\"XX .It welcome Ta file Ta Pa /etc/motd Ta
-.\"XX File containing welcome message.
+.sp
+.It welcome Ta file Ta Pa /etc/motd Ta
+File containing welcome message.
 .El
-.\"XX .Pp
-.\"XX The resource limit entries
-.\"XX .No ( Ns Va cputime , filesize , datasize , stacksize , coredumpsize ,
-.\"XX .Va memoryuse , memorylocked , maxproc ,
-.\"XX and
-.\"XX .Va openfiles )
-.\"XX actually specify both the maximum and current limits (see
-.\"XX .Xr getrlimit 2 ).
-.\"XX The current limit is the one normally used,
-.\"XX although the user is permitted to increase the current limit to the
-.\"XX maximum limit.
-.\"XX The maximum and current limits may be specified individually by appending
-.\"XX a
-.\"XX .Va \-max
-.\"XX or
-.\"XX .Va \-cur
-.\"XX to the capability name (e.g.,
-.\"XX .Va openfiles-max
-.\"XX and
-.\"XX .Va openfiles-cur Ns No ).
+.Pp
+The resource limit entries
+.No ( Ns Va cputime , filesize , datasize , stacksize , coredumpsize ,
+.Va memoryuse , memorylocked , maxproc ,
+and
+.Va openfiles )
+actually specify both the maximum and current limits (see
+.Xr getrlimit 2 ).
+The current limit is the one normally used,
+although the user is permitted to increase the current limit to the
+maximum limit.
+The maximum and current limits may be specified individually by appending
+a
+.Va \-max
+or
+.Va \-cur
+to the capability name (e.g.,
+.Va openfiles-max
+and
+.Va openfiles-cur Ns No ).
 .Pp
 \*(oSwill never define capabilities which start with
 Li x-
@@ -305,4 +307,8 @@
 .Xr ttys 5 ,
 .Xr ftpd 8 ,
 .Xr login 8
-
+.Sh HISTORY
+The
+.Nm
+configuration file appeared in
+.Nx 1.5 .



Home | Main Index | Thread Index | Old Index