http://www.perlmonks.org?node_id=617582


in reply to getting UserSID in Windows

Whenever I have a problem with Win32 permissions and Perl I think of Dave Roth's Win32::Perms and sure enough there is even an article with an example that should help you out.

--
I'd like to be able to assign to an luser

Replies are listed 'Best First'.
Re^2: getting UserSID in Windows
by anadem (Scribe) on May 25, 2007 at 21:37 UTC
    Thank you for an excellent reference!