From 13139639690bd5fddc221333d7a314b22559efc3 Mon Sep 17 00:00:00 2001 From: Roman Sorokin Date: Fri, 9 Feb 2018 17:59:57 +0100 Subject: authpolicy: Add dm_token into JoinDomainRequest Authpolicyd should set it in the device policy to match the way it's done for cloud management. BUG=chromium:809914 TEST=none Change-Id: Id39b047f4b1e1a8db8722ace0abb133090a97f34 Reviewed-on: https://chromium-review.googlesource.com/911790 Commit-Ready: Lutz Justen Tested-by: Roman Sorokin Reviewed-by: Dan Erat --- dbus/authpolicy/active_directory_info.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dbus/authpolicy/active_directory_info.proto b/dbus/authpolicy/active_directory_info.proto index 1dd6d2c..ffe6454 100644 --- a/dbus/authpolicy/active_directory_info.proto +++ b/dbus/authpolicy/active_directory_info.proto @@ -203,7 +203,11 @@ message JoinDomainRequest { // DeviceKerberosEncryptionTypes policy is used to determine encryption types. optional KerberosEncryptionTypes kerberos_encryption_types = 5 [default = ENC_TYPES_STRONG]; - // Next ID to use: 6 + // The DM token used by Chrome to authenticate to DM server. Passed during + // domain join so authpolicyd can set it in device policy as it's done for + // cloud management. + optional string dm_token = 6; + // Next ID to use: 7 } // Message sent by Chrome to authpolicyd with AuthenticateUser call. -- cgit v1.2.3