SYNOPSIS
user perl script. Provides a means of managing users in sling from the command line.
OPTIONS
Usage: perl user.pl [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...] The following options are accepted:
--additions or -A (file) - file containing list of users to be added.
--help or -? - view the script synopsis and options.
--man or -M - view the full script documentation.
--pass or -p (password) - Password of user performing actions.
--url or -U (URL) - URL for system being tested against.
--user or -u (username) - Name of user to perform any actions as.
Options may be merged together. -- stops processing of options. Space is not required between options and their arguments. For full details run: perl user.pl --man
Example Usage
- Bulk add users from file users.txt
-
perl user.pl -U http://localhost:8080 -u admin -p admin users.txt
LICENSE AND COPYRIGHT
LICENSE: http://dev.perl.org/licenses/artistic.html
COPYRIGHT: Daniel David Parry <perl@ddp.me.uk> #}}}