summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-12-14 11:09:20 +1300
committerAndrew Bartlett <abartlet@samba.org>2018-12-14 18:57:52 +0100
commite97acc714d9052b56b947cc3a54510d3d3eb36fe (patch)
treee8b0304ca999343cca92efdcf40e09d4b9b6e5de /librpc
parent105cdd6c1cbc5e5889669e29a3c9fcbebdce55f9 (diff)
downloadsamba-e97acc714d9052b56b947cc3a54510d3d3eb36fe.tar.gz
dsdb audit_log: Add windows event codes to password changes
Add a new "eventId" element to the PasswordChange JSON log messages. This contains a Windows Event Code Id either: 4723 Password changed 4724 Password reset Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/windows_event_ids.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/librpc/idl/windows_event_ids.idl b/librpc/idl/windows_event_ids.idl
index 289415724af..c711db1b30f 100644
--- a/librpc/idl/windows_event_ids.idl
+++ b/librpc/idl/windows_event_ids.idl
@@ -10,7 +10,9 @@ interface windows_events
typedef [v1_enum,public] enum {
EVT_ID_SUCCESSFUL_LOGON = 4624,
- EVT_ID_UNSUCCESSFUL_LOGON = 4625
+ EVT_ID_UNSUCCESSFUL_LOGON = 4625,
+ EVT_ID_PASSWORD_CHANGE = 4723,
+ EVT_ID_PASSWORD_RESET = 4724
} event_id_type;
typedef [v1_enum,public] enum {