]> granicus.if.org Git - shadow/blobdiff - man/chpasswd.8
[svn-upgrade] Integrating new upstream version, shadow (4.0.16)
[shadow] / man / chpasswd.8
index 44ad0a9d1d7a063507a2c35a893c34c37cb57c23..1ae4cd5821756c5f879410d91bf70e2949e94265 100644 (file)
@@ -1,8 +1,11 @@
-.\" ** You probably do not want to edit this file directly **
-.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
-.\" Instead of manually editing it, you probably should edit the DocBook XML
-.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "CHPASSWD" "8" "03/02/2006" "System Management Commands" "System Management Commands"
+.\"     Title: chpasswd
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
+.\"      Date: 06/06/2006
+.\"    Manual: System Management Commands
+.\"    Source: System Management Commands
+.\"
+.TH "CHPASSWD" "8" "06/06/2006" "System Management Commands" "System Management Commands"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -14,9 +17,11 @@ chpasswd \- update passwords in batch mode
 \fBchpasswd\fR [\fIoptions\fR]
 .SH "DESCRIPTION"
 .PP
+
 \fBchpasswd\fR
 reads a list of user name and password pairs from standard input and uses this information to update a group of existing users. Each line is of the format:
 .PP
+
 \fIuser_name\fR:\fIpassword\fR
 .PP
 By default the supplied password must be in clear\-text. Default encryption algorithm is DES. Also the password age will be updated, if present.
@@ -27,13 +32,13 @@ This command is intended to be used in a large system environment where many acc
 The options which apply to the
 \fBchpasswd\fR
 command are:
-.TP
+.TP 3n
 \fB\-e\fR, \fB\-\-encrypted\fR
 Supplied passwords are in encrypted form.
-.TP
+.TP 3n
 \fB\-h\fR, \fB\-\-help\fR
 Display help message and exit.
-.TP
+.TP 3n
 \fB\-m\fR, \fB\-\-md5\fR
 Use MD5 encryption instead DES when the supplied passwords are not encrypted.
 .SH "CAVEATS"
@@ -41,6 +46,7 @@ Use MD5 encryption instead DES when the supplied passwords are not encrypted.
 Remember to set permissions or umask to prevent readability of unencrypted files by other users.
 .SH "SEE ALSO"
 .PP
+
 \fBpasswd\fR(1),
 \fBnewusers\fR(8),
 \fBuseradd\fR(8).