2007-10-07 17:16:16 +05:30
|
|
|
.\"$Id: pwconv.8,v 1.17 2005/05/19 10:34:59 kloczek Exp $
|
2007-10-07 17:14:44 +05:30
|
|
|
.TH PWCONV 8 "26 Sep 1997"
|
|
|
|
.SH NAME
|
|
|
|
pwconv, pwunconv, grpconv, grpunconv \- convert to and from shadow passwords and groups.
|
|
|
|
.SH SYNOPSIS
|
2007-10-07 17:15:23 +05:30
|
|
|
\fBpwconv\fR
|
2007-10-07 17:14:44 +05:30
|
|
|
.br
|
2007-10-07 17:15:23 +05:30
|
|
|
\fBpwunconv\fR
|
2007-10-07 17:14:44 +05:30
|
|
|
.br
|
2007-10-07 17:15:23 +05:30
|
|
|
\fBgrpconv\fR
|
2007-10-07 17:14:44 +05:30
|
|
|
.br
|
2007-10-07 17:15:23 +05:30
|
|
|
\fBgrpunconv\fR
|
2007-10-07 17:14:44 +05:30
|
|
|
.SH DESCRIPTION
|
2007-10-07 17:15:23 +05:30
|
|
|
\fBpwconv\fR creates \fIshadow\fR from \fIpasswd\fR and an optionally existing
|
|
|
|
\fIshadow\fR.
|
|
|
|
.PP
|
|
|
|
\fBpwunconv\fR creates \fIpasswd\fR from \fIpasswd\fR and \fIshadow\fR and then
|
|
|
|
removes \fIshadow\fR.
|
|
|
|
.PP
|
2007-10-07 17:15:58 +05:30
|
|
|
\fBgrpconv\fR creates \fIgshadow\fR from \fIgroup\fR and an optionally existing
|
2007-10-07 17:15:23 +05:30
|
|
|
\fIgshadow\fR.
|
|
|
|
.PP
|
|
|
|
\fBgrpunconv\fR creates \fIgroup\fR from \fIgroup\fR and \fIgshadow\fR and then
|
|
|
|
removes \fIgshadow\fR.
|
|
|
|
.PP
|
|
|
|
These four programs all operate on the normal and shadow password and group
|
|
|
|
files: \fI/etc/passwd\fR, \fI/etc/group\fR, \fI/etc/shadow\fR, and
|
|
|
|
\fI/etc/gshadow\fR.
|
|
|
|
.PP
|
|
|
|
.PP
|
2007-10-07 17:16:07 +05:30
|
|
|
Each program acquires the necessary locks before conversion. \fBpwconv\fR and
|
2007-10-07 17:15:58 +05:30
|
|
|
\fBgrpconv\fR are similar. First, entries in the shadowed file which don't
|
2007-10-07 17:15:23 +05:30
|
|
|
exist in the main file are removed. Then, shadowed entries which don't have
|
|
|
|
`x' as the password in the main file are updated. Any missing shadowed
|
|
|
|
entries are added. Finally, passwords in the main file are replaced with
|
|
|
|
`x'. These programs can be used for initial conversion as well to update the
|
|
|
|
shadowed file if the main file is edited by hand.
|
|
|
|
.PP
|
2007-10-07 17:16:07 +05:30
|
|
|
\fBpwconv\fR will use the values of \fIPASS_MIN_DAYS\fR, \fIPASS_MAX_DAYS\fR,
|
|
|
|
and \fIPASS_WARN_AGE\fR from \fI/etc/login.defs\fR when adding new entries
|
2007-10-07 17:15:23 +05:30
|
|
|
to \fI/etc/shadow\fR.
|
|
|
|
.PP
|
2007-10-07 17:16:16 +05:30
|
|
|
Likewise \fBpwunconv\fR and \fBgrpunconv\fR are similar. Passwords in the
|
2007-10-07 17:15:23 +05:30
|
|
|
main file are updated from the shadowed file. Entries which exist in the
|
|
|
|
main file but not in the shadowed file are left alone. Finally, the shadowed
|
2007-10-07 17:16:16 +05:30
|
|
|
file is removed. Some password aging information is lost by \fBpwunconv\fR.
|
2007-10-07 17:14:44 +05:30
|
|
|
It will convert what it can.
|
|
|
|
.SH "BUGS"
|
2007-10-07 17:15:23 +05:30
|
|
|
Errors in the password or group files (such as invalid or duplicate entries)
|
|
|
|
may cause these programs to loop forever or fail in other strange ways.
|
|
|
|
Please run \fBpwck\fR and \fBgrpck\fR to correct any such errors before
|
|
|
|
converting to or from shadow passwords or groups.
|
2007-10-07 17:14:44 +05:30
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR login.defs (5),
|
|
|
|
.BR grpck (8),
|
2007-10-07 17:15:14 +05:30
|
|
|
.BR pwck (8)
|