diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-11-17 13:39:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:56 -0500 |
commit | 5ad5c6cc70df2006f694b56c4086af10860b4676 (patch) | |
tree | 7fda8a14d92a12d54b76dac64647d51766206f50 /source4/librpc/idl/netlogon.idl | |
parent | 696fdc8cf91cc1660725fd93c2b91ec6b65d06b5 (diff) | |
download | samba-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/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index ab07a5705d..ae6bfe249b 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -396,9 +396,10 @@ interface netlogon } netr_DELTA_DOMAIN; typedef struct { - netr_String groupname; - netr_GroupMembership group_membership; - netr_String comment; + netr_String group_name; + uint32 rid; + uint32 attributes; + netr_String description; uint32 SecurityInformation; sec_desc_buf sdbuf; netr_String unknown1; @@ -439,7 +440,7 @@ interface netlogon uint32 rid; uint32 SecurityInformation; sec_desc_buf sdbuf; - netr_String unknown1; + netr_String description; netr_String unknown2; netr_String unknown3; netr_String unknown4; |