summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-24 10:24:41 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-24 10:30:51 +0100
commit5695f9b09f2409fd19e1059dbfbbd4a51f33b461 (patch)
tree76137eafe51b995cf989b04b0546298b08dee3db /source3/librpc/idl
parent0bcb0c8d8016afacedf0ca0fb2978095c27569d6 (diff)
downloadsamba-5695f9b09f2409fd19e1059dbfbbd4a51f33b461.tar.gz
samba-5695f9b09f2409fd19e1059dbfbbd4a51f33b461.tar.bz2
samba-5695f9b09f2409fd19e1059dbfbbd4a51f33b461.zip
netlogon.idl: make use of bitmap samr_GroupAttrs
metze (from v4-0-test 6d68161e676d381600c77c3f862bd7e013968724) (This used to be commit 9b5f69cb1f7d22174b2cd67ebf02a271d4bf6e2f)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/netlogon.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl
index bd626aad09..581d307e0f 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/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 {