The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CreateUsers - a script to create Spectrum users

SYNOPSIS

 CreateUsers [-h] [-vV] [-t|-T] [-g group[,group2[,...]]]
     -h - 'h'elp (shows this usage information)
     -v - be 'v'erbose (with messages)
     -V - be 'V'ery verbose (with messages)
     -t - create TroubleShooter models for these users as well
     -T - just create TroubleShooter models, not User models
     -g group - create the users that are members of the specified group(s)
                group can be a regular expression, e.g. "-g spec.*".
                If more than one group or pattern is used they should
                be comma-separated.
                If this option is not specified, th login group of the
                user running this script will be used.

DESCRIPTION

AUTHOR

Dave Plonka <plonka@doit.wisc.edu>