1 <HTML> |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 <HEAD> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <TITLE>vpasswd - Changes the password for an individual virtual user</TITLE> |
3 <head> |
4 <LINK REV="made" HREF="mailto:root@porky.devel.redhat.com"> |
4 <title>vpasswd - Changes the password for an individual virtual user</title> |
5 </HEAD> |
5 <link rev="made" href="mailto:Gentoo@lorien.untroubled.org" /> |
|
6 </head> |
6 |
7 |
7 <BODY> |
8 <body style="background-color: white"> |
8 |
9 |
|
10 <p><a name="__index__"></a></p> |
9 <!-- INDEX BEGIN --> |
11 <!-- INDEX BEGIN --> |
10 <!-- |
12 <!-- |
11 |
13 |
12 <UL> |
14 <ul> |
13 |
15 |
14 <LI><A HREF="#NAME">NAME</A> |
16 <li><a href="#name">NAME</a></li> |
15 <LI><A HREF="#SYNOPSIS">SYNOPSIS</A> |
17 <li><a href="#synopsis">SYNOPSIS</a></li> |
16 <LI><A HREF="#DESCRIPTION">DESCRIPTION</A> |
18 <li><a href="#description">DESCRIPTION</a></li> |
17 <LI><A HREF="#OPTIONS">OPTIONS</A> |
19 <li><a href="#options">OPTIONS</a></li> |
18 <LI><A HREF="#RETURN_VALUE">RETURN VALUE</A> |
20 <li><a href="#return_value">RETURN VALUE</a></li> |
19 <LI><A HREF="#SEE_ALSO">SEE ALSO</A> |
21 <li><a href="#see_also">SEE ALSO</a></li> |
20 <LI><A HREF="#NOTES">NOTES</A> |
22 <li><a href="#notes">NOTES</a></li> |
21 <LI><A HREF="#AUTHORS">AUTHORS</A> |
23 <li><a href="#authors">AUTHORS</a></li> |
22 </UL> |
24 </ul> |
23 --> |
25 --> |
24 <!-- INDEX END --> |
26 <!-- INDEX END --> |
25 |
27 |
26 <P> |
28 <p> |
27 <H1><A NAME="NAME">NAME</A></H1> |
29 </p> |
28 <P> |
30 <h1><a name="name">NAME</a></h1> |
29 vpasswd - Changes the password for an individual virtual user |
31 <p>vpasswd - Changes the password for an individual virtual user</p> |
|
32 <p> |
|
33 </p> |
|
34 <hr /> |
|
35 <h1><a name="synopsis">SYNOPSIS</a></h1> |
|
36 <p><strong>vpasswd</strong> |
|
37 [<strong>--quiet</strong>] |
|
38 <em>USERNAME</em></p> |
|
39 <p> |
|
40 </p> |
|
41 <hr /> |
|
42 <h1><a name="description">DESCRIPTION</a></h1> |
|
43 <p>This program is used to change a user's password within a virtual |
|
44 domain.</p> |
|
45 <p> |
|
46 </p> |
|
47 <hr /> |
|
48 <h1><a name="options">OPTIONS</a></h1> |
|
49 <dl> |
|
50 <dt><strong><a name="item__2d_2dquiet"><strong>--quiet</strong></a></strong><br /> |
|
51 </dt> |
|
52 <dd> |
|
53 Suppress all status messages. |
|
54 </dd> |
|
55 <p></p></dl> |
|
56 <p> |
|
57 </p> |
|
58 <hr /> |
|
59 <h1><a name="return_value">RETURN VALUE</a></h1> |
|
60 <p>0 if the password was changed successfully, nonzero otherwise.</p> |
|
61 <p> |
|
62 </p> |
|
63 <hr /> |
|
64 <h1><a name="see_also">SEE ALSO</a></h1> |
|
65 <p><code>checkvpw(1)</code></p> |
|
66 <p> |
|
67 </p> |
|
68 <hr /> |
|
69 <h1><a name="notes">NOTES</a></h1> |
|
70 <p>You must have either created the users subdirectory by hand or run the |
|
71 <em>vsetup</em> program before using this program.</p> |
|
72 <p>This program expects the environment variable <code>HOME</code> to be set, and |
|
73 executes a change directory to the contents of it before starting. It |
|
74 is also required that you change user to the domain owner before using |
|
75 these utilities.</p> |
|
76 <p> |
|
77 </p> |
|
78 <hr /> |
|
79 <h1><a name="authors">AUTHORS</a></h1> |
|
80 <p>Bruce Guenter <<a href="mailto:bruceg@em.ca">bruceg@em.ca</a>></p> |
30 |
81 |
31 <P> |
82 </body> |
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 |
83 |
39 |
84 </html> |
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 <<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>> |
|
85 |
|
86 </BODY> |
|
87 |
|
88 </HTML> |
|