equal
deleted
inserted
replaced
|
1 =head1 NAME |
|
2 |
|
3 vpasswds - Changes the passwords for a list of virtual users |
|
4 |
|
5 =head1 SYNOPSIS |
|
6 |
|
7 B<vpasswds> |
|
8 [B<--quiet>] |
|
9 |
|
10 |
|
11 =head1 DESCRIPTION |
|
12 |
|
13 This program is used to change the password of a list of virtual |
|
14 users. The list is read from standard input. |
|
15 Each line in the list contains the user's name and new pass phrase, |
|
16 seperated by whitespace. |
|
17 It will attempt to change the password for each listed user. |
|
18 If any step fails, a warning is issued and processing continues with |
|
19 the next line. |
|
20 Any input folling the password is ignored. |
|
21 |
|
22 |
|
23 =head1 OPTIONS |
|
24 |
|
25 =over 8 |
|
26 |
|
27 =item B<--quiet> |
|
28 |
|
29 Suppress all status messages. |
|
30 |
|
31 =back |
|
32 |
|
33 =head1 SEE ALSO |
|
34 |
|
35 |
|
36 vpasswd(1) |
|
37 |
|
38 |
|
39 |
|
40 =head1 NOTES |
|
41 |
|
42 |
|
43 You must have either created the users subdirectory by hand or run the |
|
44 F<vsetup> program before using this program. |
|
45 |
|
46 This program expects the environment variable C<HOME> to be set, and |
|
47 executes a change directory to the contents of it before starting. It |
|
48 is also required that you change user to the domain owner before using |
|
49 these utilities. |
|
50 |
|
51 |
|
52 |
|
53 =head1 AUTHORS |
|
54 |
|
55 Bruce Guenter <bruceg@em.ca> |
|
56 |