WHATSNEW: JSON logging changes
authorGary Lockyer <gary@catalyst.net.nz>
Sun, 16 Dec 2018 21:03:01 +0000 (10:03 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 Dec 2018 22:40:26 +0000 (23:40 +0100)
Add details of the Windows Event Id's and Logon Types added to the
Authorization qnd PasswordChange JSON messages.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
WHATSNEW.txt

index ffbd48b040e874af3010e19471c4a960b8ec1471..6698b09d8bcca0f0e34518e60e836eb72286567a 100644 (file)
@@ -105,6 +105,35 @@ Note: Support for python2 (with the exception of a build configured with
       'PYTHON=python2 ./configure --disable-python' and built with
       'PYTHON=python2 make' will be deprecated in the next release.
 
+JSON logging
+------------
+
+Authentication messages now contain the Windows Event Id "eventId" and logon
+type "logonType". The supported event codes and logon types are:
+  Event codes:
+    4624  Successful logon
+    4625  Unsuccessful logon
+
+  Logon Types:
+    2  Interactive
+    3  Network
+    8  NetworkCleartext
+The version number for Authentication messages is now 1.1, changed from 1.0
+
+Password change messages now contain the Windows Event Id "eventId", the
+supported event Id's are:
+  4723 Password changed
+  4724 Password reset
+The version number for PasswordChange messages is now 1.1, changed from 1.0
+
+The leading "JSON <message type>:" and source file  prefix of the JSON formatted
+log entries has been removed to make the parsing of the JSON log messages
+easier. JSON log entries now start with 2 spaces folowed by an opening brace
+i.e. "  {"
+
+
+
+
 REMOVED FEATURES
 ================