From 9b5f69cb1f7d22174b2cd67ebf02a271d4bf6e2f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 Jan 2008 10:24:41 +0100 Subject: [PATCH] netlogon.idl: make use of bitmap samr_GroupAttrs metze (from v4-0-test 6d68161e676d381600c77c3f862bd7e013968724) --- source/librpc/idl/netlogon.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index bd626aad094..581d307e0fe 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -19,6 +19,7 @@ import "lsa.idl", "samr.idl", "security.idl"; interface netlogon { typedef bitmap samr_AcctFlags samr_AcctFlags; + typedef bitmap samr_GroupAttrs samr_GroupAttrs; /*****************/ /* Function 0x00 */ @@ -183,7 +184,7 @@ interface netlogon typedef struct { dom_sid2 *sid; - uint32 attribute; + samr_GroupAttrs attributes; } netr_SidAttr; typedef [public] struct { -- 2.11.4.GIT