From 638d4895cdde26daa446099844d0a1cef6d1397d Mon Sep 17 00:00:00 2001 From: Lutz Justen Date: Thu, 1 Jun 2017 09:06:59 +0200 Subject: Remove authpolicy/active_directory_account_data.proto It was replaced by active_directory_info.proto a while ago. The Chrome side already uses the new file, so this CL is safe to be pushed to Chrome. BUG=chromium:710452 TEST=build_packages for chell Change-Id: Ie655a82985ee567994479c4ba31f6cdaba6cf3fa Reviewed-on: https://chromium-review.googlesource.com/521042 Commit-Ready: Lutz Justen Tested-by: Lutz Justen Reviewed-by: Roman Sorokin --- .../authpolicy/active_directory_account_data.proto | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 dbus/authpolicy/active_directory_account_data.proto (limited to 'dbus') diff --git a/dbus/authpolicy/active_directory_account_data.proto b/dbus/authpolicy/active_directory_account_data.proto deleted file mode 100644 index 79325f6..0000000 --- a/dbus/authpolicy/active_directory_account_data.proto +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -syntax = "proto2"; - -option optimize_for = LITE_RUNTIME; - -package authpolicy; - -// TODO(ljusten): Remove this file as soon as Chrome uses -// active_directory_info.proto. crbug.com/712720. - -// Message sent to Chromium by authpolicy service as a response of successful -// AuthenticateUser call. Contains information about authenticated user fetched -// from Active Directory server. -message ActiveDirectoryAccountData { - // Unique id of the user account. Taken from the objectGUID property of the - // Active Directory user account information. - optional string account_id = 1; - // Display name of the user. Taken from the displayName property of the Active - // account information. - optional string display_name = 2; - // Given name of the user. AKA first name. Taken from givenName property of - // the Active Directory user account information. - optional string given_name = 3; - // Logon name of the user (without @realm). Taken from the sAMAccountName - // property of the Active Directory user account information. - optional string sam_account_name = 4; -} -- cgit v1.2.3