summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorpsj@chromium.org <psj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 13:28:14 +0000
committerpsj@chromium.org <psj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 13:28:14 +0000
commit3a5b82c105248302907e2f8813823fbf00c76db5 (patch)
tree1cd67526ccf64a7a3eb54d00b11f3b189521913e /components
parentd358f57009b85fb7440208afa5ba87636b491889 (diff)
downloadchromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.zip
chromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.tar.gz
chromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.tar.bz2
Add gnubby authentication to remoting host
The remoting host changes, including the associated policy definitions, required to proxy gnubby traffic through a Chrome Remote Desktop session. BUG=134250 Review URL: https://codereview.chromium.org/138753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
-rw-r--r--components/policy/resources/policy_templates.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index c038b55..efb02fe 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -118,7 +118,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: 256
+# For your editing convenience: highest ID currently used: 257
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -623,6 +623,22 @@
If this setting is disabled, then this feature will not be available.''',
},
+ {
+ 'name': 'RemoteAccessHostAllowGnubbyAuth',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:35-'],
+ 'features': {
+ 'dynamic_refresh': True,
+ 'per_profile': False,
+ },
+ 'example_value': True,
+ 'id': 257,
+ 'caption': '''Allow gnubby authentication''',
+ 'desc': '''If this setting is enabled, then gnubby authentication requests will be proxied across a remote host connection.
+
+ If this setting is disabled or not configured, gnubby authentication requests will not be proxied.''',
+ },
],
},
{