commands/vpasswd.pod
changeset 0 6f7a81934006
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commands/vpasswd.pod	Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,57 @@
+=head1 NAME
+
+vpasswd - Changes the password for an individual virtual user
+
+=head1 SYNOPSIS
+
+B<vpasswd>
+[B<--quiet>]
+I<USERNAME>
+
+=head1 DESCRIPTION
+
+This program is used to change a user's password within a virtual
+domain.
+
+
+=head1 OPTIONS
+
+=over 8
+
+=item B<--quiet>
+
+Suppress all status messages.
+
+=back
+
+=head1 RETURN VALUE
+
+
+0 if the password was changed successfully, nonzero otherwise.
+
+
+
+=head1 SEE ALSO
+
+
+checkvpw(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>
+