summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-07-03 01:20:09 +0000
committermpp <mpp@FreeBSD.org>1996-07-03 01:20:09 +0000
commit0283c0d756e82cbbb80fc9afda7957a2fae578f0 (patch)
treeb7f2921d7b157108902a1b7d72ff5c747cbc221c /usr.bin/login
parentbee7e144ad8d27520fdfc350b821e3698de06b7d (diff)
downloadFreeBSD-src-0283c0d756e82cbbb80fc9afda7957a2fae578f0.zip
FreeBSD-src-0283c0d756e82cbbb80fc9afda7957a2fae578f0.tar.gz
Document login's use of /etc/login.access.
Submitted by: David E. O'Brien
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 591f391..64bb98e 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
OpenPOWER on IntegriCloud