The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

vuser - Virtual user management utility

SYNOPSIS

vuser [--config=/path/to/vuser.conf] module action [options]

OPTIONS

See 'vuser help module' for a list of actions and options.

DESCRIPTION

CONFIGURATION

[vuser] # Enable debugging (Lots of output) debug = no

# Space delimited list of extensions to load # extensions = Email::Courier Radius::SQL extensions = Email

#log type = Syslog #log level = notice log level = debug

show result set = yes # Display the result set in a different format. # Allowed formats: CSV #display format = CSV

BUGS

SEE ALSO

AUTHOR

Randy Smith <perlstalker@vuser.org>

LICENSE

 This file is part of vuser.
 
 vuser is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 
 vuser is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with vuser; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA