Chromium Code Reviews| 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..95cb6be4fcbaa7ac73cdde65995df67c8cf17621 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 host domain name''', |
|
Mattias Nissler (ping if slow)
2012/08/03 09:05:52
Can you add "for Chromoting" or something alike so
garykac
2012/08/03 17:28:24
I don't think this is necessary because all of the
Mattias Nissler (ping if slow)
2012/08/06 08:49:45
No. The grouping is nice, but unfortunately only s
garykac
2012/08/06 14:36:32
Ah. That's unfortunate.
I've updated the captions
|
| + 'desc': '''Configures the required host domain name 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. |
|
Mattias Nissler (ping if slow)
2012/08/03 09:05:52
Same here. If you don't have the Chromoting contex
garykac
2012/08/03 17:28:24
same
|
| + |
| + 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 on host''', |
|
Mattias Nissler (ping if slow)
2012/08/03 09:05:52
ditto
garykac
2012/08/03 17:28:24
same
|
| + 'desc': '''Enables two-factor authentication on the host instead of a user-specified PIN. |
| + |
| + If this setting is enabled, then users must provide a valid two-factor code when accessing the 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 hosts''', |
| + 'desc': '''Configures the host TalkGadget prefix and prevents users from changing it. |
|
Mattias Nissler (ping if slow)
2012/08/03 09:05:52
ditto
garykac
2012/08/03 17:28:25
same
|
| + |
| + 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. |
| + |
| + Remote access clients are not affected by this policy setting. They will always use 'chromoting-client.talkgadget.google.com' to access the TalkGadget.''', |
| + }, |
| ], |
| }, |
| { |