Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
    else {
        print "Failed to add users to $group\n";
    }
    
  2. or download this
    GroupGetMembers(server, groupName, userArrayRef)
    
    Fills userArrayRef with the members of groupName.
    
  3. or download this
    LocalGroupGetMembers(server, groupName, userArrayRef)
    
    Fills userArrayRef with the members of groupName.
    
  4. or download this
    GroupAddUsers(server, groupName, users)
    
    Adds a user to a group.
    
  5. or download this
    LocalGroupAddUsers(server, groupName, users)
    
    Adds a user to a group.