diff -r 000000000000 -r 6f7a81934006 commands/vpasswds.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commands/vpasswds.html Wed Jan 16 22:39:43 2008 +0100 @@ -0,0 +1,83 @@ + + +vpasswds - Changes the passwords for a list of virtual users + + + + + + + + + +

+

NAME

+

+vpasswds - Changes the passwords for a list of virtual users + +

+


+

SYNOPSIS

+

+vpasswds +[--quiet] + +

+


+

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. + +

+


+

OPTIONS

+
+
--quiet
+

+Suppress all status messages. + +

+

+


+

SEE ALSO

+

+vpasswd(1) + +

+


+

NOTES

+

+You must have either created the users subdirectory by hand or run the +vsetup program before using this program. + +

+This program expects the environment variable 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. + +

+


+

AUTHORS

+

+Bruce Guenter <bruceg@em.ca> + + + +