diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-02 04:59:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-02 04:59:18 +0000 |
commit | 399496d9d9f67a8bae70f98a851aa3b4f30686c2 (patch) | |
tree | a57e9de4d76b4bc68df2dea0159587406e9cbb4f /source4/librpc/idl/netlogon.idl | |
parent | 9632db5a19f69500f42211fd53cc38bc18991b83 (diff) | |
download | samba-399496d9d9f67a8bae70f98a851aa3b4f30686c2.tar.gz samba-399496d9d9f67a8bae70f98a851aa3b4f30686c2.tar.bz2 samba-399496d9d9f67a8bae70f98a851aa3b4f30686c2.zip |
netr_DatabaseSync() now works fully for databases 0, 1 and 2
(This used to be commit c4c09e9413d3886e030e98739121bbae81f80ca5)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 7e15102043..9214d0505b 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -445,7 +445,7 @@ interface netlogon NTTIME auditretentionperiod; bool8 auditingmode; uint32 maxauditeventcount; - [size_is(maxauditeventcount)] uint32 *eventauditoptions; + [size_is(maxauditeventcount+1)] uint32 *eventauditoptions; netr_String primarydomainname; dom_sid2 *sid; QUOTA_LIMITS quota_limits; @@ -485,6 +485,7 @@ interface netlogon [size_is(privilege_entries)] uint32 *privilege_attrib; [size_is(privilege_entries)] netr_String *privilege_name; QUOTA_LIMITS quotalimits; + uint32 system_flags; uint32 SecurityInformation; sec_desc_buf sdbuf; netr_String unknown1; |