aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-07-03 01:20:09 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-07-03 01:20:09 +0000
commite830e7f5fe1cdf3ad38c937edb34c890ebc59995 (patch)
treeb7f2921d7b157108902a1b7d72ff5c747cbc221c /usr.bin/login
parentd00967831617fff7c000d0388050245a050aa2f1 (diff)
downloadsrc-e830e7f5fe1cdf3ad38c937edb34c890ebc59995.tar.gz
src-e830e7f5fe1cdf3ad38c937edb34c890ebc59995.zip
Document login's use of /etc/login.access.
Submitted by: David E. O'Brien
Notes
Notes: svn path=/head/; revision=16929
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/login.111
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index 591f3910a10d..64bb98e371f4 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -89,6 +89,13 @@ This is used by
to prevent users from logging in when the system is about to go down.
.Pp
If the file
+.Pa /etc/login.access
+exists,
+.Nm login
+checks to see if the user and host pair are specifically allowed or denied
+access.
+.Pp
+If the file
.Pa /etc/fbtab
exists,
.Nm login
@@ -132,6 +139,8 @@ changes device protections
message-of-the-day
.It Pa /etc/nologin
disallows logins
+.It Pa /etc/login.access
+login access control table
.It Pa /var/run/utmp
current logins
.It Pa /var/log/wtmp
@@ -147,8 +156,10 @@ makes login quieter
.Xr rlogin 1 ,
.Xr getpass 3 ,
.Xr fbtab 5 ,
+.Xr login.access 5 ,
.Xr utmp 5 ,
.Xr environ 7
+.Xr nologin 8 ,
.Sh HISTORY
A
.Nm login