From b448bd5b5e430684a9f3c78ebe8d13fdedb20810 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 29 Oct 2004 09:19:54 +0000 Subject: r3362: Change netlogon.idl so we can parse the 'info3' seperate from it's surroundings, and rename user_id -> rid, as it could be a user or group id. Andrew Bartlett Andrew Bartlett (This used to be commit 18d0d70994ddb41b381b8fe42bc179cb9fdf0b11) --- source4/librpc/idl/netlogon.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/netlogon.idl') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 686741c8cd..c981f61db4 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -134,7 +134,7 @@ interface netlogon } netr_Authenticator; typedef struct { - uint32 user_id; + uint32 rid; uint32 attributes; } netr_GroupMembership; @@ -184,7 +184,7 @@ interface netlogon uint32 attribute; } netr_SidAttr; - typedef struct { + typedef [public] struct { netr_SamBaseInfo base; uint32 sidcount; [size_is(sidcount)] netr_SidAttr *sids; -- cgit