Displaying 1 result from an estimated 1 matches for "lookupaccountsida".
Did you mean:
lookupaccountsid
2020 Oct 10
2
Lookup sid with libsmbclient (invoked from c# on mono)
> Hello,
>
> I'm trying to resolve SID from a linux using a program written in c#
> running under mono.
>
> I already know the Windows API LookupSID (
> https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-lookupaccountsida)
> and its underlying raw RPC call (
> https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lsat/eb7ac899-e697-4883-93de-1e60c7720c02
> ).
>
> I've also already implemented the raw RPC call on Windows in C# to be able
> to test null session
> (https://github.com/...