aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Sorokin <rsorokin@chromium.org>2018-02-09 17:59:57 +0100
committerchrome-bot <chrome-bot@chromium.org>2018-02-13 21:17:01 -0800
commit13139639690bd5fddc221333d7a314b22559efc3 (patch)
treec234a542102336573a8c7fdd9b66e0d6a534636e
parent668650a1227dce05c3aaeb49b7d22d0bdae2d1dd (diff)
downloadsystem_api-13139639690bd5fddc221333d7a314b22559efc3.tar.gz
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 <ljusten@chromium.org> Tested-by: Roman Sorokin <rsorokin@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org>
-rw-r--r--dbus/authpolicy/active_directory_info.proto6
1 files changed, 5 insertions, 1 deletions
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.