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>vpasswds - Changes the passwords for a list of virtual users</TITLE> |
3 <head> |
4 <LINK REV="made" HREF="mailto:root@porky.devel.redhat.com"> |
4 <title>vpasswds - Changes the passwords for a list of virtual users</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="#SEE_ALSO">SEE ALSO</A> |
20 <li><a href="#see_also">SEE ALSO</a></li> |
19 <LI><A HREF="#NOTES">NOTES</A> |
21 <li><a href="#notes">NOTES</a></li> |
20 <LI><A HREF="#AUTHORS">AUTHORS</A> |
22 <li><a href="#authors">AUTHORS</a></li> |
21 </UL> |
23 </ul> |
22 --> |
24 --> |
23 <!-- INDEX END --> |
25 <!-- INDEX END --> |
24 |
26 |
25 <P> |
27 <p> |
26 <H1><A NAME="NAME">NAME</A></H1> |
28 </p> |
27 <P> |
29 <h1><a name="name">NAME</a></h1> |
28 vpasswds - Changes the passwords for a list of virtual users |
30 <p>vpasswds - Changes the passwords for a list of virtual users</p> |
|
31 <p> |
|
32 </p> |
|
33 <hr /> |
|
34 <h1><a name="synopsis">SYNOPSIS</a></h1> |
|
35 <p><strong>vpasswds</strong> |
|
36 [<strong>--quiet</strong>]</p> |
|
37 <p> |
|
38 </p> |
|
39 <hr /> |
|
40 <h1><a name="description">DESCRIPTION</a></h1> |
|
41 <p>This program is used to change the password of a list of virtual |
|
42 users. The list is read from standard input. |
|
43 Each line in the list contains the user's name and new pass phrase, |
|
44 seperated by whitespace. |
|
45 It will attempt to change the password for each listed user. |
|
46 If any step fails, a warning is issued and processing continues with |
|
47 the next line. |
|
48 Any input folling the password is ignored.</p> |
|
49 <p> |
|
50 </p> |
|
51 <hr /> |
|
52 <h1><a name="options">OPTIONS</a></h1> |
|
53 <dl> |
|
54 <dt><strong><a name="item__2d_2dquiet"><strong>--quiet</strong></a></strong><br /> |
|
55 </dt> |
|
56 <dd> |
|
57 Suppress all status messages. |
|
58 </dd> |
|
59 <p></p></dl> |
|
60 <p> |
|
61 </p> |
|
62 <hr /> |
|
63 <h1><a name="see_also">SEE ALSO</a></h1> |
|
64 <p><code>vpasswd(1)</code></p> |
|
65 <p> |
|
66 </p> |
|
67 <hr /> |
|
68 <h1><a name="notes">NOTES</a></h1> |
|
69 <p>You must have either created the users subdirectory by hand or run the |
|
70 <em>vsetup</em> program before using this program.</p> |
|
71 <p>This program expects the environment variable <code>HOME</code> to be set, and |
|
72 executes a change directory to the contents of it before starting. It |
|
73 is also required that you change user to the domain owner before using |
|
74 these utilities.</p> |
|
75 <p> |
|
76 </p> |
|
77 <hr /> |
|
78 <h1><a name="authors">AUTHORS</a></h1> |
|
79 <p>Bruce Guenter <<a href="mailto:bruceg@em.ca">bruceg@em.ca</a>></p> |
29 |
80 |
30 <P> |
81 </body> |
31 <HR> |
|
32 <H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1> |
|
33 <P> |
|
34 <STRONG>vpasswds</STRONG> |
|
35 [<STRONG>--quiet</STRONG>] |
|
36 |
82 |
37 <P> |
83 </html> |
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 <<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>> |
|
80 |
|
81 </BODY> |
|
82 |
|
83 </HTML> |
|