aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Justen <ljusten@chromium.org>2017-06-23 00:14:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-23 00:14:41 +0000
commit32d297d055471c3bac3a89763e0cf0ef6483bff1 (patch)
tree544d93a82fa58377b6f1106a0a96b970d7ae7856
parentf8d01a1022eeee7d9c02fc021a7095f95fd1b188 (diff)
parentb77184f71734a555c14d0a4d7ff79f6c36a863bc (diff)
downloadsystem_api-32d297d055471c3bac3a89763e0cf0ef6483bff1.tar.gz
authpolicy: Add common_name to ActiveDirectoryAccountInfo
am: b77184f717 Change-Id: Ic121145a22f7878dd7c6e5a0e1dac95d00a521f9
-rw-r--r--dbus/authpolicy/active_directory_info.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/dbus/authpolicy/active_directory_info.proto b/dbus/authpolicy/active_directory_info.proto
index a07278b..def9b11 100644
--- a/dbus/authpolicy/active_directory_info.proto
+++ b/dbus/authpolicy/active_directory_info.proto
@@ -97,7 +97,10 @@ message ActiveDirectoryAccountInfo {
// the userAccountControl property of the Active Directory user account
// information. Used in authpolicyd only, unused in Chrome.
optional uint32 user_account_control = 6;
- // Next ID to use: 7
+ // Common name of the user, e.g. "John Doe [jdoe]". Taken from the commonName
+ // property of the Active Directory user account information.
+ optional string common_name = 7;
+ // Next ID to use: 8
}
// Message sent to Chromium by authpolicy service as a response to a successful