commands/vpasswds.html
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 <HTML>
       
     2 <HEAD>
       
     3 <TITLE>vpasswds - Changes the passwords for a list of virtual users</TITLE>
       
     4 <LINK REV="made" HREF="mailto:root@porky.devel.redhat.com">
       
     5 </HEAD>
       
     6 
       
     7 <BODY>
       
     8 
       
     9 <!-- INDEX BEGIN -->
       
    10 <!--
       
    11 
       
    12 <UL>
       
    13 
       
    14 	<LI><A HREF="#NAME">NAME</A>
       
    15 	<LI><A HREF="#SYNOPSIS">SYNOPSIS</A>
       
    16 	<LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
       
    17 	<LI><A HREF="#OPTIONS">OPTIONS</A>
       
    18 	<LI><A HREF="#SEE_ALSO">SEE ALSO</A>
       
    19 	<LI><A HREF="#NOTES">NOTES</A>
       
    20 	<LI><A HREF="#AUTHORS">AUTHORS</A>
       
    21 </UL>
       
    22 -->
       
    23 <!-- INDEX END -->
       
    24 
       
    25 <P>
       
    26 <H1><A NAME="NAME">NAME</A></H1>
       
    27 <P>
       
    28 vpasswds - Changes the passwords for a list of virtual users
       
    29 
       
    30 <P>
       
    31 <HR>
       
    32 <H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
       
    33 <P>
       
    34 <STRONG>vpasswds</STRONG>
       
    35 [<STRONG>--quiet</STRONG>]
       
    36 
       
    37 <P>
       
    38 <HR>
       
    39 <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
       
    40 <P>
       
    41 This program is used to change the password of a list of virtual users. The
       
    42 list is read from standard input. Each line in the list contains the user's
       
    43 name and new pass phrase, seperated by whitespace. It will attempt to
       
    44 change the password for each listed user. If any step fails, a warning is
       
    45 issued and processing continues with the next line. Any input folling the
       
    46 password is ignored.
       
    47 
       
    48 <P>
       
    49 <HR>
       
    50 <H1><A NAME="OPTIONS">OPTIONS</A></H1>
       
    51 <DL>
       
    52 <DT><STRONG><A NAME="item__quiet">--quiet</A></STRONG><DD>
       
    53 <P>
       
    54 Suppress all status messages.
       
    55 
       
    56 </DL>
       
    57 <P>
       
    58 <HR>
       
    59 <H1><A NAME="SEE_ALSO">SEE ALSO</A></H1>
       
    60 <P>
       
    61 <CODE>vpasswd(1)</CODE>
       
    62 
       
    63 <P>
       
    64 <HR>
       
    65 <H1><A NAME="NOTES">NOTES</A></H1>
       
    66 <P>
       
    67 You must have either created the users subdirectory by hand or run the
       
    68 <EM>vsetup</EM> program before using this program.
       
    69 
       
    70 <P>
       
    71 This program expects the environment variable <CODE>HOME</CODE> to be set, and executes a change directory to the contents of it before
       
    72 starting. It is also required that you change user to the domain owner
       
    73 before using these utilities.
       
    74 
       
    75 <P>
       
    76 <HR>
       
    77 <H1><A NAME="AUTHORS">AUTHORS</A></H1>
       
    78 <P>
       
    79 Bruce Guenter &lt;<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>&gt;
       
    80 
       
    81 </BODY>
       
    82 
       
    83 </HTML>