search for: api_netusergetgroups

Displaying 1 result from an estimated 1 matches for "api_netusergetgroups".

2007 Dec 13
1
NetUserGetGroups query
...s to a certain group. What I know is it is necessary to send out a NetUserGetGroups request, and wait for the response from the server, if there is any. We are using samba client 3.0.25a. In the source code, I found there are two functions are related to this request: cli_NetUserGetGroups() and api_NetUserGetGroups(). I guess what is really used may be the former - NetUserGetGroups(). Anyone can confirm? I understand that we should not directly deal with this function. The compiled binary is smbclient_x, and all jobs are performed through this binary with a series of options and arguments. What I want to kno...