summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-12-13 14:48:46 +1300
committerAndrew Bartlett <abartlet@samba.org>2018-12-14 18:57:52 +0100
commit105cdd6c1cbc5e5889669e29a3c9fcbebdce55f9 (patch)
tree7051e9d6d7b48ec0d94794bcdb2321bcb6789cfa /auth
parentac51f1551dafd90d7c71393f9a8ec2f87da72c18 (diff)
downloadsamba-105cdd6c1cbc5e5889669e29a3c9fcbebdce55f9.tar.gz
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>
Diffstat (limited to 'auth')
-rw-r--r--auth/auth_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth_log.c b/auth/auth_log.c
index 6eebbfc706f..8f1ae61a99e 100644
--- a/auth/auth_log.c
+++ b/auth/auth_log.c
@@ -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