DelUsersFromGroup.pl

Purpose

This utility helps you remove one or more users from a specified group. It's most useful when removing many users from 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 remove from 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
    DelUsersFromGroup 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