summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-07-03 04:00:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:09:45 -0500
commitfcce0991c29338a63e3e1e50815eb981a2fa113c (patch)
tree00338d965f68bb2791255186a0b2cca10905c06f /source4/librpc/idl/samr.idl
parent937e39433437ebcba2accdc1856241afb26644e4 (diff)
downloadsamba-fcce0991c29338a63e3e1e50815eb981a2fa113c.tar.gz
samba-fcce0991c29338a63e3e1e50815eb981a2fa113c.tar.bz2
samba-fcce0991c29338a63e3e1e50815eb981a2fa113c.zip
r16773: Fix one more RPC-SAMR test (an alias level), and make it clear that
the unknown value in the samr_GroupInfo structures are the group attributes. Andrew Bartlett (This used to be commit c50095efabb62fbed2e4df7e883df1054e4d92c9)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r--source4/librpc/idl/samr.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index 370eb728bd..c2fa7fe6a2 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -388,8 +388,8 @@
} samr_GroupInfoAll;
typedef struct {
- uint32 unknown;
- } samr_GroupInfoX;
+ samr_GroupAttrs attributes;
+ } samr_GroupInfoAttributes;
typedef struct {
lsa_String description;
@@ -398,17 +398,17 @@
typedef enum {
GROUPINFOALL = 1,
GROUPINFONAME = 2,
- GROUPINFOX = 3,
+ GROUPINFOATTRIBUTES = 3,
GROUPINFODESCRIPTION = 4,
GROUPINFOALL2 = 5
} samr_GroupInfoEnum;
typedef [switch_type(samr_GroupInfoEnum)] union {
- [case(GROUPINFOALL)] samr_GroupInfoAll all;
- [case(GROUPINFONAME)] lsa_String name;
- [case(GROUPINFOX)] samr_GroupInfoX unknown;
- [case(GROUPINFODESCRIPTION)] lsa_String description;
- [case(GROUPINFOALL2)] samr_GroupInfoAll all2;
+ [case(GROUPINFOALL)] samr_GroupInfoAll all;
+ [case(GROUPINFONAME)] lsa_String name;
+ [case(GROUPINFOATTRIBUTES)] samr_GroupInfoAttributes attributes;
+ [case(GROUPINFODESCRIPTION)] lsa_String description;
+ [case(GROUPINFOALL2)] samr_GroupInfoAll all2;
} samr_GroupInfo;
NTSTATUS samr_QueryGroupInfo(