auth log: Increment Authentication version
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 13 Dec 2018 01:48:46 +0000 (14:48 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 14 Dec 2018 17:57:52 +0000 (18:57 +0100)
Update the minor version of the Authorisation to reflect the addition of
the "eventId" and "logonType" elements.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/auth_log.c

index 6eebbfc706f602d10af6fd51bd9c117907eea0d4..8f1ae61a99ec4030d48e2096f94207a6347205b0 100644 (file)
@@ -41,7 +41,7 @@
  * increment the major version.
  */
 #define AUTH_MAJOR 1
-#define AUTH_MINOR 0
+#define AUTH_MINOR 1
 #define AUTHZ_MAJOR 1
 #define AUTHZ_MINOR 1