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

Unified Diff: components/policy/resources/policy_templates.json

Issue 138753005: Add gnubby authentication to remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another Windows warning Created 6 years, 10 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 | « chrome/test/data/policy/policy_test_cases.json ('k') | remoting/host/basic_desktop_environment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 95fbe68cc5d6675cedc416761572716b2d8551c7..3f7485cb317dbbc93573f0c697f8a06d1faa767c 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.''',
+ },
],
},
{
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | remoting/host/basic_desktop_environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698