1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

r15940: Add new field to pass username to libnet_rpc_userinfo function.

rafal
(This used to be commit 16b4b4dbb7aa1a239e680457d3cb4e3db3d38dc7)
This commit is contained in:
Rafal Szczesniak 2006-05-29 22:00:46 +00:00 committed by Gerald (Jerry) Carter
parent 2a87a112f7
commit f40a2e9786

@ -28,6 +28,7 @@
struct libnet_rpc_userinfo {
struct {
struct policy_handle domain_handle;
const char *username;
const char *sid;
uint16_t level;
} in;