summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_lsa.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-11 06:22:58 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-11 06:22:58 +0000
commitbde602b9e1192945d7c0139fd4226b431fc214f2 (patch)
tree0d6c322ae65423b4b28de81d1731a48564cc01da /source4/librpc/ndr/ndr_lsa.h
parentd720f3d2e40daee197a228924f2301c2c6ddd392 (diff)
downloadsamba-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.h6
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 {