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/idl | |
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/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 93cae36ae0..0fdaa6afd2 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -106,8 +106,15 @@ uint32 unknown; } lsa_AuditLogInfo; + + typedef struct { + uint32 count; + [size_is(count)] uint32 settings[*]; + } lsa_AuditSettings; + typedef struct { uint32 auditing_mode; + lsa_AuditSettings *settings; } lsa_AuditEventsInfo; typedef union { |