summaryrefslogtreecommitdiffstats
path: root/chrome/app/policy
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-16 17:36:42 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-16 17:36:42 +0000
commit6bfd2823f21ec0c327fe927739c204f86d9248cb (patch)
tree6712db7aa5c27d84befec178e2d8522e8cf31804 /chrome/app/policy
parentc5e5c2edaa8e321e10c67037f4bb9012f4e0f396 (diff)
downloadchromium_src-6bfd2823f21ec0c327fe927739c204f86d9248cb.zip
chromium_src-6bfd2823f21ec0c327fe927739c204f86d9248cb.tar.gz
chromium_src-6bfd2823f21ec0c327fe927739c204f86d9248cb.tar.bz2
Add device policy definition for local accounts.
BUG=chromium-os:35715 TEST=None Review URL: https://chromiumcodereview.appspot.com/11358113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r--chrome/app/policy/policy_templates.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index f12295f..97c5c38 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -112,7 +112,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 162
+# For your editing convenience: highest ID currently used: 163
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -3060,6 +3060,24 @@
The recognized connection type identifiers are "ethernet", "wifi", "wimax", "bluetooth" and "cellular".''',
},
{
+ 'name': 'DeviceLocalAccounts',
+ 'type': 'list',
+ 'schema': {
+ 'type': 'array',
+ 'items': { 'type': 'string' },
+ },
+ 'supported_on': ['chrome_os:0.25-'],
+ 'device_only': True,
+ 'future': True,
+ 'features': {'dynamic_refresh': True},
+ 'example_value': [ "demo@example.com" ],
+ 'id': 163,
+ 'caption': '''Device-local accounts''',
+ 'desc': '''Specifies the list of device-local accounts to be shown on the login screen.
+
+ Every list entry specifies an identifier, which is used internally to tell the different device-local accounts apart.''',
+ },
+ {
'name': 'BackgroundModeEnabled',
'type': 'main',
'schema': { 'type': 'boolean' },