From 64f861538720155a2c10a8769c069072c17954d4 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Fri, 15 May 1998 09:19:03 +0000 Subject: Removed misleading claim that login classes are no longer implemented. Added Xref to pw(8). --- share/man/man5/passwd.5 | 12 +++++++----- 1 file 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 } -- cgit v1.1