Removed misleading claim that login classes are no longer implemented.

Added Xref to pw(8).
This commit is contained in:
Joseph Koshy 1998-05-15 09:19:03 +00:00
parent 424edf1b6a
commit 93218a8ee4

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)passwd.5 8.1 (Berkeley) 6/5/93
.\" $Id: passwd.5,v 1.17 1997/03/21 20:16:33 mpp Exp $
.\" $Id: passwd.5,v 1.18 1997/10/07 05:35:52 obrien Exp $
.\"
.Dd September 29, 1994
.Dt PASSWD 5
@ -626,7 +626,8 @@ password database, with passwords intact
.Xr login.conf 5 ,
.Xr adduser 8 ,
.Xr pwd_mkdb 8 ,
.Xr vipw 8
.Xr vipw 8 ,
.Xr pw 8
.Sh BUGS
User information should (and eventually will) be stored elsewhere.
.Pp
@ -663,9 +664,10 @@ The additional fields
and
.Dq expire
are added, but are turned off by default.
Class is currently not implemented, but change and expire are; to set them,
use the current day in seconds from the epoch + whatever number of seconds
of offset you want.
These fields can then be set using
.Xr vipw 8
or
.Xr pw 8 .
.Bd -literal -offset indent
BEGIN { FS = ":"}
{ print $1 ":" $2 ":" $3 ":" $4 "::0:0:" $5 ":" $6 ":" $7 }