commands/vpasswds.pod
changeset 0 6f7a81934006
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commands/vpasswds.pod	Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,56 @@
+=head1 NAME
+
+vpasswds - Changes the passwords for a list of virtual users
+
+=head1 SYNOPSIS
+
+B<vpasswds>
+[B<--quiet>]
+
+
+=head1 DESCRIPTION
+
+This program is used to change the password of a list of virtual
+users.  The list is read from standard input.
+Each line in the list contains the user's name and new pass phrase,
+seperated by whitespace.
+It will attempt to change the password for each listed user.
+If any step fails, a warning is issued and processing continues with
+the next line.
+Any input folling the password is ignored.
+
+
+=head1 OPTIONS
+
+=over 8
+
+=item B<--quiet>
+
+Suppress all status messages.
+
+=back
+
+=head1 SEE ALSO
+
+
+vpasswd(1)
+
+
+
+=head1 NOTES
+
+
+You must have either created the users subdirectory by hand or run the
+F<vsetup> program before using this program.
+
+This program expects the environment variable C<HOME> to be set, and
+executes a change directory to the contents of it before starting.  It
+is also required that you change user to the domain owner before using
+these utilities.
+
+
+
+=head1 AUTHORS
+
+Bruce Guenter <bruceg@em.ca>
+