diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-10-29 09:19:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:01 -0500 |
commit | b448bd5b5e430684a9f3c78ebe8d13fdedb20810 (patch) | |
tree | 84db582e8f2318e4b6acc5e0c64886f42c961dea /source4/librpc/idl | |
parent | 85796280f4e9a4f8ac6a1c327c13c7dbef9ce424 (diff) | |
download | samba-b448bd5b5e430684a9f3c78ebe8d13fdedb20810.tar.gz samba-b448bd5b5e430684a9f3c78ebe8d13fdedb20810.tar.bz2 samba-b448bd5b5e430684a9f3c78ebe8d13fdedb20810.zip |
r3362: Change netlogon.idl so we can parse the 'info3' seperate from it's surroundings, and rename user_id -> rid, as it could be a user or group id.
Andrew Bartlett
Andrew Bartlett
(This used to be commit 18d0d70994ddb41b381b8fe42bc179cb9fdf0b11)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 686741c8cd..c981f61db4 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -134,7 +134,7 @@ interface netlogon } netr_Authenticator; typedef struct { - uint32 user_id; + uint32 rid; uint32 attributes; } netr_GroupMembership; @@ -184,7 +184,7 @@ interface netlogon uint32 attribute; } netr_SidAttr; - typedef struct { + typedef [public] struct { netr_SamBaseInfo base; uint32 sidcount; [size_is(sidcount)] netr_SidAttr *sids; |