diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-11 06:22:58 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-11 06:22:58 +0000 |
commit | bde602b9e1192945d7c0139fd4226b431fc214f2 (patch) | |
tree | 0d6c322ae65423b4b28de81d1731a48564cc01da /source4/librpc/ndr/ndr_lsa.h | |
parent | d720f3d2e40daee197a228924f2301c2c6ddd392 (diff) | |
download | samba-bde602b9e1192945d7c0139fd4226b431fc214f2.tar.gz samba-bde602b9e1192945d7c0139fd4226b431fc214f2.tar.bz2 samba-bde602b9e1192945d7c0139fd4226b431fc214f2.zip |
support lsa_AuditEventsInfo
(This used to be commit 7e7cb975936252083c5c02a64c00ee2667099c22)
Diffstat (limited to 'source4/librpc/ndr/ndr_lsa.h')
-rw-r--r-- | source4/librpc/ndr/ndr_lsa.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr_lsa.h b/source4/librpc/ndr/ndr_lsa.h index 6eee70fb60..3ef03516ae 100644 --- a/source4/librpc/ndr/ndr_lsa.h +++ b/source4/librpc/ndr/ndr_lsa.h @@ -123,8 +123,14 @@ struct lsa_AuditLogInfo { uint32 unknown; }; +struct lsa_AuditSettings { + uint32 count; + uint32 *settings; +}; + struct lsa_AuditEventsInfo { uint32 auditing_mode; + struct lsa_AuditSettings *settings; }; union lsa_PolicyInformation { |