RSS | Module Info | Add a review of Win32-Security
Win32::Security::SID /
Win32-Security
(0.50)
I needed a module to process Windows SID (Security Identifier) tags and found it. This did what I needed, though there were some problems:
It doesn't automatically call the ConvertStringSidToSid function like it claims it does (or the call is broken) when converting Sid to Name.
It also doesn't seem to export functions, so I had to use Win32::Security::SID::ConvertSidToName.
Those complaints aside, I'm happy I was able to do what I needed without resorting to non-CPAN modules like Win32::AdminMisc, Win32::UserAdmin, Win32::LanMan etc.
Robert Rothenberg - 2005-05-10T03:54:45 (permalink)
Was this review helpful to you?
Yes
No

