RE: Help with LookupAccountSID (again)

2012-07-18 Thread Barry Brevik
nd of call into an XS module or something. Thank you for posting, Barry Brevik -Original Message- From: Steven Manross [mailto:ste...@manross.net] Sent: Wednesday, July 18, 2012 5:07 PM To: Barry Brevik; perl Win32-users Subject: RE: Help with LookupAccountSID (again) What about the foll

RE: Help with LookupAccountSID (again)

2012-07-18 Thread Steven Manross
n...@listserv.activestate.com] On Behalf Of Barry Brevik Sent: Wednesday, July 18, 2012 11:30 AM To: perl Win32-users Subject: Help with LookupAccountSID (again) Previously I had asked for help with Win32::LookupAccountSID(). Specifically, the call requires that the SID be in a binary format. One

RE: Help with LookupAccountSID (again)

2012-07-18 Thread Barry Brevik
@listserv.ActiveState.com Subject: RE: Help with LookupAccountSID (again) Found a Perl solution. Here you go: http://search.cpan.org/dist/Win32-Security/lib/Win32/Security/SID.pm -Original Message- From: Barry Brevik [mailto:bbre...@stellarmicro.com] Sent: Wednesday, July 18, 2012 2:46 PM To: Howard

RE: Help with LookupAccountSID (again)

2012-07-18 Thread Howard Tanner
: RE: Help with LookupAccountSID (again) I tried to implement that call using Win32::API, but I just don't know enough about Windows to make it work. Thank you for posting, Barry Brevik -Original Message- From: Howard Tanner [mailto:tan...@optonline.net] Sent: Wednesday, July 18, 2012

RE: Help with LookupAccountSID (again)

2012-07-18 Thread William . Hoopes
lf Of Barry Brevik Sent: Wednesday, July 18, 2012 2:45 PM To: Cordoni, Ray; perl Win32-users Subject: RE: Help with LookupAccountSID (again) Ay Caramba!! I thank you for the post, but my skills are too low to reverse that monstrosity! Barry Brevik -Original Message- From: Cordoni, Ray [ma

RE: Help with LookupAccountSID (again)

2012-07-18 Thread Barry Brevik
Win32-Users@listserv.ActiveState.com Subject: RE: Help with LookupAccountSID (again) Sorry, forgot to copy the group. Here's what I sent to Barry: The Win32 API to do that is ConvertStringSidToSid: http://msdn.microsoft.com/en-us/library/windows/desktop/aa376402(v=vs.85 ).as px My Perl is

RE: Help with LookupAccountSID (again)

2012-07-18 Thread Barry Brevik
Cordoni Manager of Web, GIS and Database City of Richmond - Information Technology 604-276-4003 rcord...@richmond.ca -Original Message- From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Barry Brevik Sent: Wed

RE: Help with LookupAccountSID (again)

2012-07-18 Thread Howard Tanner
tronger in Perl could handle it. -Original Message- From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Barry Brevik Sent: Wednesday, July 18, 2012 2:30 PM To: perl Win32-users Subject: Help with LookupAc

Help with LookupAccountSID (again)

2012-07-18 Thread Barry Brevik
Previously I had asked for help with Win32::LookupAccountSID(). Specifically, the call requires that the SID be in a binary format. One helpful user pointed me to this: http://code.activestate.com/lists/perl-win32-users/26301/ All of that works, except the article's author is first getting the bi