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