Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: (3) Win32 local users and groups modules

by AcidHawk (Vicar)
on Nov 24, 2003 at 18:53 UTC ( [id://309632]=note: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://309632]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-23 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found