search for: smb_negox

Displaying 5 results from an estimated 5 matches for "smb_negox".

Did you mean: smb_neg
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
...> times) You can pass multiples SID at a time to these commands. But you would have to batch the resolving in your app. > > I looked at rpcclient source code, but there is no easy function such as > "connect" that can be used easily from libsmbclient > > Thinking about Smb_negox for example. I cannot just call structure->member > because I'll to translate all structure. > Working with pointer (IntPtr in c#) is much simpler. You can write a very simple C wrapper and call the wrapper from C#. So you would have: rpcwrapper.c: void* init_connection(const ch...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Rowland penny via samba <samba at lists.samba.org> writes: > I have no idea just what you are hoping to achieve, but it is seemingly > possible without authentication as 'wbinfo -n ACCOUNT_NAME' returns the > accounts SID. So try looking at the wbinfo code. wbinfo is talking to winbind which itself is talking to the AD. In this scenario the client previously joined
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
...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) I looked at rpcclient source code, but there is no easy function such as "connect" that can be used easily from libsmbclient Thinking about Smb_negox for example. I cannot just call structure->member because I'll to translate all structure. Working with pointer (IntPtr in c#) is much simpler. br Vincent Le lun. 12 oct. 2020 ? 17:25, Aur?lien Aptel via samba < samba at lists.samba.org> a ?crit : > Rowland penny via samba <sa...
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
...But you would > > have to batch the resolving in your app. > > > > > > > > I looked at rpcclient source code, but there is no easy function such as > > > "connect" that can be used easily from libsmbclient > > > > > > Thinking about Smb_negox for example. I cannot just call > structure->member > > > because I'll to translate all structure. > > > Working with pointer (IntPtr in c#) is much simpler. > > > > You can write a very simple C wrapper and call the wrapper from C#. > > > > So yo...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
...ing in your app. >> >> >> >> > >> >> > I looked at rpcclient source code, but there is no easy function such as >> >> > "connect" that can be used easily from libsmbclient >> >> > >> >> > Thinking about Smb_negox for example. I cannot just call >> structure->member >> >> > because I'll to translate all structure. >> >> > Working with pointer (IntPtr in c#) is much simpler. >> >> >> >> You can write a very simple C wrapper and call the wrappe...