diff options
Diffstat (limited to 'source4/librpc/idl/netlogon.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; |