If you have some knowledge of C and a compiler (like Visual Studio), you can
create a utility to call LsaLookupSids to determine the corresponding
username. You could also open the Local Security Policy for that machine
and view which users are assigned to that user right. You won't know which
Sid maps to which user but at least you'll know what users are assigned to
that right.
N
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Any included code samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
<.> wrote in message news:(E-Mail Removed)...
> I have an unknown SID (not one of the well-known ones) listed under some
> user rights assignments in GP. The only registry reference to it is under
> the HKLM\SECURITY\Policy\Accounts key. How do you determine which user
this
> is? The SID in question is S-1-5-domain-1137. There is also
> S-1-5-domain-1135, S-1-5-domain-1136 and S-1-5-domain-1139. Not sure what
> these are either.
>
>