NAME
energy_user.pl - Administration Functions For Energy Automated
SYNOPSIS
energy_user.pl [OPTION] --server [weblogicserver] --port [port]
DESCRIPTION
Perform add delete etc operations on users in weblogic.
--add --username [user] --password [password]
add a single user to the named weblogic server.
The weblogic group is selected based on the group with the smallest number of users
--del --username [user]
del a single user from the named weblogic server.
The user is removed from the any groups automatically.
--exist --username [user]
Does the user exist?
--except [filename] --confirm
delete all users except those contained in the linefeed delimited file [filename]
--group [groupname] --username [username]
add the name user to the named group.
EXAMPLES
Remove the testadd user from the energytest3 server
energy_user.pl --del --server energytest3 --port 11530 --user testadd
Add a user called dpeters4 to the energytest3 server
energy_user.pl --del --user dpeters4 --password uknowit --server energytest3 --port 11530
Does a user exist?
energy_user.pl --exist --user dpeters --server energytest3 --port 11530
AUTHOR
David Peters
CPAN ID: DAVIDP
David.Peters@EssentialEnergy.com.au
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
man Energy::UserAdmin
perl(1).