Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1572)

Unified Diff: chrome/app/policy/policy_templates.json

Issue 10825149: [Chromoting] Add new Chromoting enterprise policies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add 'remote access' to caption and desc Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index fcdab00ecbda17fb8a4cf82b9e2c1e8cdb5e673b..1bbe641600895927b495ce552e8978345a15a128 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: 153
+# For your editing convenience: highest ID currently used: 156
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -454,6 +454,55 @@
If this policy is left not set the setting will be enabled.''',
},
+ {
+ 'name': 'RemoteAccessHostDomain',
+ 'type': 'string',
+ 'schema': { 'type': 'string' },
+ 'supported_on': ['chrome.*:22-', 'chrome_os:0.22-'],
+ 'features': {'dynamic_refresh': True},
+ 'example_value': 'my-awesome-domain.com',
+ 'id': 154,
+ 'caption': '''Configure the required domain name for remote access hosts''',
+ 'desc': '''Configures the required host domain name that will be imposed on remote access hosts and prevents users from changing it.
+
+ If this setting is enabled, then hosts can be shared only using accounts registered on the specified domain name.
+
+ If this setting is disabled or not set, then hosts can be shared using any account.''',
+ },
+ {
+ 'name': 'RemoteAccessHostRequireTwoFactor',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:22-', 'chrome_os:0.22-'],
+ 'features': {'dynamic_refresh': True},
+ 'example_value': False,
+ 'id': 155,
+ 'caption': '''Enable two-factor authentication for remote access hosts''',
+ 'desc': '''Enables two-factor authentication for remote access hosts instead of a user-specified PIN.
+
+ If this setting is enabled, then users must provide a valid two-factor code when accessing a host.
+
+ If this setting is disabled or not set, then two-factor will not be enabled and the default behavior of having a user-defined PIN will be used.''',
+ },
+ {
+ 'name': 'RemoteAccessHostTalkGadgetPrefix',
+ 'type': 'string',
+ 'schema': { 'type': 'string' },
+ 'supported_on': ['chrome.*:22-', 'chrome_os:0.22-'],
+ 'features': {'dynamic_refresh': True},
+ 'example_value': 'chromoting-host',
+ 'id': 156,
+ 'caption': '''Configure the TalkGadget prefix for remote access hosts''',
+ 'desc': '''Configures the TalkGadget prefix that will be used by remote access hosts and prevents users from changing it.
+
+ If specified, this prefix is prepended to the base TalkGadget name to create a full domain name for the TalkGadget. The base TalkGadget domain name is '.talkgadget.google.com'.
+
+ If this setting is enabled, then hosts will use the custom domain name when accessing the TalkGadget instead of the default domain name.
+
+ If this setting is disabled or not set, then the default TalkGadget domain name ('chromoting-host.talkgadget.google.com') will be used for all hosts.
+
+ Remote access clients are not affected by this policy setting. They will always use 'chromoting-client.talkgadget.google.com' to access the TalkGadget.''',
+ },
],
},
{
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698