commands/vpasswd.html
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 <HTML>
       
     2 <HEAD>
       
     3 <TITLE>vpasswd - Changes the password for an individual virtual user</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="#RETURN_VALUE">RETURN VALUE</A>
       
    19 	<LI><A HREF="#SEE_ALSO">SEE ALSO</A>
       
    20 	<LI><A HREF="#NOTES">NOTES</A>
       
    21 	<LI><A HREF="#AUTHORS">AUTHORS</A>
       
    22 </UL>
       
    23 -->
       
    24 <!-- INDEX END -->
       
    25 
       
    26 <P>
       
    27 <H1><A NAME="NAME">NAME</A></H1>
       
    28 <P>
       
    29 vpasswd - Changes the password for an individual virtual user
       
    30 
       
    31 <P>
       
    32 <HR>
       
    33 <H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
       
    34 <P>
       
    35 <STRONG>vpasswd</STRONG>
       
    36 [<STRONG>--quiet</STRONG>]
       
    37 <EM>USERNAME</EM>
       
    38 
       
    39 
       
    40 
       
    41 <P>
       
    42 <HR>
       
    43 <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
       
    44 <P>
       
    45 This program is used to change a user's password within a virtual domain.
       
    46 
       
    47 <P>
       
    48 <HR>
       
    49 <H1><A NAME="OPTIONS">OPTIONS</A></H1>
       
    50 <DL>
       
    51 <DT><STRONG><A NAME="item__quiet">--quiet</A></STRONG><DD>
       
    52 <P>
       
    53 Suppress all status messages.
       
    54 
       
    55 </DL>
       
    56 <P>
       
    57 <HR>
       
    58 <H1><A NAME="RETURN_VALUE">RETURN VALUE</A></H1>
       
    59 <P>
       
    60 0 if the password was changed successfully, nonzero otherwise.
       
    61 
       
    62 <P>
       
    63 <HR>
       
    64 <H1><A NAME="SEE_ALSO">SEE ALSO</A></H1>
       
    65 <P>
       
    66 <CODE>checkvpw(1)</CODE>
       
    67 
       
    68 <P>
       
    69 <HR>
       
    70 <H1><A NAME="NOTES">NOTES</A></H1>
       
    71 <P>
       
    72 You must have either created the users subdirectory by hand or run the
       
    73 <EM>vsetup</EM> program before using this program.
       
    74 
       
    75 <P>
       
    76 This program expects the environment variable <CODE>HOME</CODE> to be set, and executes a change directory to the contents of it before
       
    77 starting. It is also required that you change user to the domain owner
       
    78 before using these utilities.
       
    79 
       
    80 <P>
       
    81 <HR>
       
    82 <H1><A NAME="AUTHORS">AUTHORS</A></H1>
       
    83 <P>
       
    84 Bruce Guenter &lt;<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>&gt;
       
    85 
       
    86 </BODY>
       
    87 
       
    88 </HTML>