From 51534a4b97f09fc0f98d00e7a2730dddde496dd8 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 2 Dec 1998 01:13:02 +0000 Subject: adding group member code, made a start. found that the group members' rid is needed not the name (see DOMAIN_GRP_MEMBER) decided to go home. (This used to be commit 9337049dfc98becfa74522d418dae64a97c7a304) --- source3/include/rpc_misc.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'source3/include/rpc_misc.h') diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index e41c61f882..ff0d2cc49d 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -199,6 +199,7 @@ typedef struct domrid3_info uint32 type1; /* value is 0x1 */ uint32 ptr_type; /* undocumented pointer */ uint32 type2; /* value is 0x1 */ + uint32 unk; /* value is 0x2 */ } DOM_RID3; @@ -211,17 +212,6 @@ typedef struct domrid4_info } DOM_RID4; -/* DOM_RID5 - rid, type & attributes */ -typedef struct domrid5_info -{ - uint32 ptr_unk; /* pointer to unk */ - uint32 unk; /* value is 0x1 */ - uint32 rid; /* RID */ - uint8 type; /* SID_NAME_USE_ENUM */ - uint16 attr; - -} DOM_RID5; - /* DOM_CLNT_SRV - client / server names */ typedef struct clnt_srv_info { -- cgit