Re: Win32::NetAdmin::LocalGroupGetMembers

2004-06-29 Thread perl.org
7;; > $VAR2 = 'Mike Flannigan'; > > So it appeared to work to me. It made no sounds. > > Mike > > > Subject: Win32::NetAdmin::LocalGroupGetMembers > > Date: Fri, 25 Jun 2004 17:40:05 -0400 > > From: "perl.org" <[EMAIL PROTECTED]> >

RE: Win32::NetAdmin::LocalGroupGetMembers

2004-06-28 Thread Tim Johnson
That's because the SID is stored in binary, and when you try to print it, it tries to convert that binary value into a series of characters, one of which is the beep sound (I know it doesn't make any sense, but it's true). > Subject: Win32::NetAdmin::LocalGroupGetMembers > D

Re: Win32::NetAdmin::LocalGroupGetMembers

2004-06-28 Thread Mike Flannigan
I just tried this on my Win2000 client machine and it gave the following: $VAR1 = 'Administrator'; $VAR2 = 'Mike Flannigan'; So it appeared to work to me. It made no sounds. Mike > Subject: Win32::NetAdmin::LocalGroupGetMembers > Date: Fri, 25 Jun 2004 17:40:

Win32::NetAdmin::LocalGroupGetMembers

2004-06-25 Thread perl.org
could understand, but a repeated binary value is a little weird. C:\temp>type try.ipl use strict; use Data::Dumper; use Win32::NetAdmin; my @{users} = (); if ( ! Dumper( Win32::NetAdmin::LocalGroupGetMembers( '', 'administrators', [EMAIL PROTECTED] ))) { print &#x