[l10n-russian CVS] shadow/man Makefile, 1.2, 1.3 chgpasswd.8.xml,
NONE, 1.1 po4a.conf, 1.2, 1.3
Yuri Kozlov
yuray-guest at alioth.debian.org
Sun May 14 09:23:36 UTC 2006
- Previous message: [l10n-russian CVS] shadow/man .cvsignore,1.5,1.6
- Next message: [l10n-russian CVS] shadow/man login.defs.5.xml, 1.4,
1.5 passwd.1.xml, 1.4, 1.5 userdel.8.xml, 1.3,
1.4 usermod.8.xml, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/l10n-russian/shadow/man
In directory haydn:/tmp/cvs-serv8570
Modified Files:
Makefile po4a.conf
Added Files:
chgpasswd.8.xml
Log Message:
Adding chgpasswd.8
--- NEW FILE: chgpasswd.8.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
<refentry id='chgpasswd.8'>
<!-- $Id: chgpasswd.8.xml,v 1.1 2006/05/14 09:23:34 yuray-guest Exp $ -->
<refmeta>
<refentrytitle>chgpasswd</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo class="sectdesc">System Management Commands</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>chgpasswd</refname>
<refpurpose>update group passwords in batch mode</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>chgpasswd</command>
<arg choice='opt'>
<replaceable>options</replaceable>
</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'>
<title>DESCRIPTION</title>
<para>
<command>chgpasswd</command> reads a list of group name and password
pairs from standard input and uses this information to update a set
of existing groups. Each line is of the format:
</para>
<para>
<emphasis remap='I'>group_name</emphasis>:<emphasis
remap='I'>password</emphasis>
</para>
<para>
By default the supplied password must be in clear-text. Default
encryption algorithm is DES.
</para>
<para>
This command is intended to be used in a large system environment
where many accounts are created at a single time.
</para>
</refsect1>
<refsect1 id='options'>
<title>OPTIONS</title>
<para>
The options which apply to the <command>chgpasswd</command> command
are:
</para>
<variablelist remap='IP'>
<varlistentry>
<term><option>-e</option>, <option>--encrypted</option></term>
<listitem>
<para>Supplied passwords are in encrypted form.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-h</option>, <option>--help</option></term>
<listitem>
<para>Display help message and exit.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m</option>, <option>--md5</option></term>
<listitem>
<para>
Use MD5 encryption instead DES when the supplied passwords are
not encrypted.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id='caveats'>
<title>CAVEATS</title>
<para>
Remember to set permissions or umask to prevent readability of
unencrypted files by other users.
</para>
</refsect1>
<refsect1 id='see_also'>
<title>SEE ALSO</title>
<para>
<citerefentry>
<refentrytitle>gpasswd</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>,
<citerefentry>
<refentrytitle>groupadd</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>.
</para>
</refsect1>
</refentry>
Index: po4a.conf
===================================================================
RCS file: /cvsroot/l10n-russian/shadow/man/po4a.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- po4a.conf 14 May 2006 09:17:39 -0000 1.2
+++ po4a.conf 14 May 2006 09:23:34 -0000 1.3
@@ -9,6 +9,7 @@
[type:xml] chage.1.xml ru:out/chage.1.xml
[type:xml] chfn.1.xml ru:out/chfn.1.xml
[type:xml] chpasswd.8.xml ru:out/chpasswd.8.xml
+[type:xml] chgpasswd.8.xml ru:out/chgpasswd.8.xml
[type:xml] chsh.1.xml ru:out/chsh.1.xml
[type:xml] expiry.1.xml ru:out/expiry.1.xml
[type:xml] faillog.5.xml ru:out/faillog.5.xml
Index: Makefile
===================================================================
RCS file: /cvsroot/l10n-russian/shadow/man/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 14 May 2006 09:17:39 -0000 1.2
+++ Makefile 14 May 2006 09:23:34 -0000 1.3
@@ -9,6 +9,7 @@
ru/chage.1 \
ru/chfn.1 \
ru/chpasswd.8 \
+ru/chgpasswd.8 \
ru/chsh.1 \
ru/expiry.1 \
ru/faillog.5 \
@@ -58,6 +59,8 @@
$(CONV)
ru/chpasswd.8: out/chpasswd.8.xml
$(CONV)
+ru/chgpasswd.8: out/chgpasswd.8.xml
+ $(CONV)
ru/chsh.1: out/chsh.1.xml
$(CONV)
ru/expiry.1: out/expiry.1.xml
- Previous message: [l10n-russian CVS] shadow/man .cvsignore,1.5,1.6
- Next message: [l10n-russian CVS] shadow/man login.defs.5.xml, 1.4,
1.5 passwd.1.xml, 1.4, 1.5 userdel.8.xml, 1.3,
1.4 usermod.8.xml, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the l10n-russian-cvs-commits
mailing list