Displaying 3 results from an estimated 3 matches for "libsmbdlient".
Did you mean:
libsmbclient
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Vincent Le Toux via samba <samba at lists.samba.org> writes:
> Indeed, rpcclient is the program I looked for the first time.
>
> I cannot invoke it in a command line because I have at least 1000 SID to
> resolve
> (I discover them one by one so I'll have to run rpcclient at least 1000
> times)
You can pass multiples SID at a time to these commands. But you would
have
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
...his wrapper, I know how to make it in c#
(Rewriting stdin and stdout is not possible because I?m discovering one sid
after having examined another one)
What I?m missing is the api calls (in order) that I need to do to create
this connection.
Many exports that rpcclient is using are not included in libsmbdlient.
I can find the final rpc function, but not the functions to establish the
right context.
Rpcclient is using cli_ functions that are not found in other examples.
I need to know which c api to call in order to build the binding that the c
function you quote needs (the first input arg)
Br
Vincent...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
...ke it in c#
> (Rewriting stdin and stdout is not possible because I?m discovering one
> sid after having examined another one)
>
> What I?m missing is the api calls (in order) that I need to do to create
> this connection.
> Many exports that rpcclient is using are not included in libsmbdlient.
> I can find the final rpc function, but not the functions to establish the
> right context.
> Rpcclient is using cli_ functions that are not found in other examples.
>
> I need to know which c api to call in order to build the binding that the
> c function you quote needs (the f...