search for: referenceddomain

Displaying 2 results from an estimated 2 matches for "referenceddomain".

2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
..."Unable to rpccli_lsa_open_policy"); } Trace.WriteLine(@"ConnectToLsa OK"); } private void DisconnectFromLsa() { connectionHandle.Close(); } public string ConvertSIDToName(string sidstring, out string referencedDomain) { lock (lockobject) { if (rpcHandle == IntPtr.Zero) ConnectToLsa(); referencedDomain = null; var sids = new byte[SECURITY_MAX_SID_SIZE * 1]; var sid = new SecurityIdentifier(sidstri...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example: Here is some search & export for libsmbclient: adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open_noauth_transport <nothing> adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open U cli_rpc_pipe_open_noauth adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0