summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-05-15 09:19:03 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-05-15 09:19:03 +0000
commit64f861538720155a2c10a8769c069072c17954d4 (patch)
treed8f4bb2ceea3e45276c2da3358b247f917f4f998
parent413846d192a0e563de5a4b72734ddd25b28af22e (diff)
downloadFreeBSD-src-64f861538720155a2c10a8769c069072c17954d4.zip
FreeBSD-src-64f861538720155a2c10a8769c069072c17954d4.tar.gz
Removed misleading claim that login classes are no longer implemented.
Added Xref to pw(8).
-rw-r--r--share/man/man5/passwd.512
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index d766581..551f422 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -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 }
OpenPOWER on IntegriCloud