Displaying 1 result from an estimated 1 matches for "dcerpc_lsa_lookup_sids".
2020 Oct 10
2
Lookup sid with libsmbclient (invoked from c# on mono)
...id because in general SID
> resolution is authenticated.
> I read (a lot) the samba source code and I found out many "kind" of lsa
> rpc implementation.
> The main one (and exported symbol on libsmbclient) is
> rpccli_lsa_lookup_sids. (I'm using nm -D)
> I also found dcerpc_lsa_lookup_sids in liblibcli-lsa.3
>
> The problem is by writting c# call, I've to write a lot of stuff and magic
> (called pinvoke) and I'm wasting a lot of time calling some functions,
> before finding out that there is no export is libsmbclient.
> I've tried indeed to port some code f...