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

NAME

sling.pl

SYNOPSIS

sling perl script. Provides a means of manipulating a running sling system from the command line.

OPTIONS

Usage: perl sling.pl [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...] The following options are accepted:

 --help or help     - view the script synopsis and options
 --man or man       - view the full script documentation
 authz              - run authz related actions
 content            - run content related actions
 group_member       - run group membership related actions
 group              - run group related actions
 json_query_servlet - run json query servlet related actions
 ldap_synch         - run ldap synchronization related actions
 user               - run user related actions

Options may be merged together. -- stops processing of options. Space is not required between options and their arguments. For full details run: perl sling.pl --man

USAGE

Output help for this script:
 perl sling.pl help
Output fuller help for this script:
 perl sling.pl man

DESCRIPTION

sling perl script. Provides a means of manipulating a running sling system from the command line.

REQUIRED ARGUMENTS

None.

DIAGNOSTICS

None.

EXIT STATUS

1 on success, otherwise failure.

CONFIGURATION

None needed.

DEPENDENCIES

Carp; Pod::Usage;

INCOMPATIBILITIES

None known (^_-)

BUGS AND LIMITATIONS

None known (^_-)

AUTHOR

Daniel Parry -- daniel@caret.cam.ac.uk

LICENSE AND COPYRIGHT

LICENSE: http://dev.perl.org/licenses/artistic.html

COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>