AddUsersToGroup.pl

Purpose

This utility helps you add one or more users to a specified group. It's most useful when adding many users to a group. Normally, you'd modify each record in the User schema using the User Tool. With this script, you can specify all of the usernames to add to the group and it will modify each User schema record for you.

Notes

You may need to run arreload after using this script to cause a reload of the group permissions.

Author

Jeff Murphy
jcmurphy@buffalo.edu

Usage

 EXAMPLE
    AddUsersToGroup server username password group user1 user2 ...

 NOTES
    This might require that "username" have special priviledges in 
    order to modify User schema records.
 

arsperl@smurfland.cit.buffalo.edu