summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-11-17 13:39:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:56 -0500
commit5ad5c6cc70df2006f694b56c4086af10860b4676 (patch)
tree7fda8a14d92a12d54b76dac64647d51766206f50 /source4/librpc/idl/samr.idl
parent696fdc8cf91cc1660725fd93c2b91ec6b65d06b5 (diff)
downloadsamba-5ad5c6cc70df2006f694b56c4086af10860b4676.tar.gz
samba-5ad5c6cc70df2006f694b56c4086af10860b4676.tar.bz2
samba-5ad5c6cc70df2006f694b56c4086af10860b4676.zip
r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC.
Andrew Bartlett (This used to be commit 90398fda41dd15480899e3628df186eb02fdc139)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r--source4/librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index 80295bb252..a7bbe07b6a 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -371,7 +371,7 @@
typedef struct {
samr_String name;
- uint32 unknown;
+ uint32 attributes;
uint32 num_members;
samr_String description;
} samr_GroupInfoAll;