1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

auth log: Increment Authentication version

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>
This commit is contained in:
Gary Lockyer 2018-12-13 14:48:46 +13:00 committed by Andrew Bartlett
parent ac51f1551d
commit 105cdd6c1c

View File

@ -41,7 +41,7 @@
* increment the major version. * increment the major version.
*/ */
#define AUTH_MAJOR 1 #define AUTH_MAJOR 1
#define AUTH_MINOR 0 #define AUTH_MINOR 1
#define AUTHZ_MAJOR 1 #define AUTHZ_MAJOR 1
#define AUTHZ_MINOR 1 #define AUTHZ_MINOR 1