summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordannyboy <dannyboy@FreeBSD.org>2003-07-08 13:01:28 +0000
committerdannyboy <dannyboy@FreeBSD.org>2003-07-08 13:01:28 +0000
commit8104ded441c9e7786d10bbbf408fe78882903b95 (patch)
tree323cdee6f31de416b4a2c07c1b515f70cf04a101 /usr.bin
parent25cf8a59737822a7afb6142cba69b0d81d400a2b (diff)
downloadFreeBSD-src-8104ded441c9e7786d10bbbf408fe78882903b95.zip
FreeBSD-src-8104ded441c9e7786d10bbbf408fe78882903b95.tar.gz
Remove utmp references, no longer done by login(1) in 5.x.
PR: 54201 Submitted by: mdg <mdg@secureworks.net>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/login/login.118
1 files changed, 3 insertions, 15 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index af91ee4..9ebaa65 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -52,7 +52,9 @@ If no user is specified, or if a user is specified and authentication
of the user fails,
.Nm
prompts for a user name.
-Authentication of users is done via passwords.
+Authentication of users is configurable via
+.Xr pam 8 .
+Password authentication is the default.
.Pp
The following options are available:
.Bl -tag -width indent
@@ -101,13 +103,6 @@ If the file
exists in the user's home directory, all of these messages are suppressed.
This is to simplify logins for non-human users, such as
.Xr uucp 1 .
-The
-.Nm
-utility then records an entry in the
-.Xr wtmp 5
-and
-.Xr utmp 5
-files and executes the user's command interpreter.
.Pp
The
.Nm
@@ -139,12 +134,6 @@ login access control table
login class capabilities database
.It Pa /etc/motd
message-of-the-day
-.It Pa /var/run/utmp
-current logins
-.It Pa /var/log/lastlog
-last login account records
-.It Pa /var/log/wtmp
-login account records
.It Pa /var/mail/user
system mailboxes
.It Pa \&.hushlogin
@@ -168,7 +157,6 @@ entries with service name
.Xr fbtab 5 ,
.Xr login.access 5 ,
.Xr login.conf 5 ,
-.Xr utmp 5 ,
.Xr environ 7 ,
.Xr pam 8
.Sh HISTORY
OpenPOWER on IntegriCloud