summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-12-17 10:03:01 +1300
committerAndrew Bartlett <abartlet@samba.org>2018-12-20 23:40:26 +0100
commitbd2d6b2bbed1b5b676232c2094c2c65ed86d21e2 (patch)
treefb8ab0a66642f44fb8459e3afdc8a6536d98e70a /WHATSNEW.txt
parentebc42cb140ca7477428798678f8552ef76a04dec (diff)
downloadsamba-bd2d6b2bbed1b5b676232c2094c2c65ed86d21e2.tar.gz
WHATSNEW: JSON logging changes
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>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index ffbd48b040e..6698b09d8bc 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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
================