aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Sorokin <rsorokin@chromium.org>2018-02-14 05:42:40 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-14 05:42:40 +0000
commite970d322d966f855dc6d3b06ecbef7781b98870a (patch)
tree0831a40d0d9933136c1caccf32ef285deae735e0
parentec0a4376030e8571a37a928ec2edd98ec454a29a (diff)
parentf2ad1497dab7d01f300f94d63d425dfb537fa124 (diff)
downloadsystem_api-e970d322d966f855dc6d3b06ecbef7781b98870a.tar.gz
authpolicy: Add dm_token into JoinDomainRequest am: 1313963969
am: f2ad1497da Change-Id: I8956698e469a3950a6c8cc74ccc2e6575e408c1b
-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.