summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-02-01 09:40:10 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-02-20 06:03:09 +0100
commitd486a199598b75014c5e897543aff51b5af8d0a1 (patch)
tree2ea0b6489be005459453bb76f99cab013902aec7 /auth/common_auth.h
parent96e6adedcd9dfb7556f503a9d7602ac04fe870c1 (diff)
downloadsamba-d486a199598b75014c5e897543aff51b5af8d0a1.tar.gz
auth log: Log the netlogon logon id.
Add code to log the logonId in the JSON Authentication messages. The version number for Authentication messages changes from 1.1 to 1.2 to reflect this. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r--auth/common_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index d8377eb5347..0443c4e8044 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -51,6 +51,7 @@ struct auth_usersupplied_info
bool mapped_state;
bool was_mapped;
+ uint64_t logon_id;
/* the values the client gives us */
struct {
const char *account_name;