Index: chrome/app/policy/policy_templates.json |
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
index 02e1801f8906343b6168f86c45ae3b2c0c9f5363..d04d5bc6069ab16e0b959897558e3a3bd0285b56 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: 226 |
+# For your editing convenience: highest ID currently used: 227 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -588,6 +588,23 @@ |
If this setting is disabled or not set, then both local and remote users can interact with the host when it is being shared.''', |
}, |
+ { |
+ 'name': 'RemoteAccessHostAllowClientPairing', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome.*:30-'], |
+ 'features': { |
+ 'dynamic_refresh': True, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': False, |
+ 'id': 227, |
+ 'caption': '''Enable or disable PIN-less authentication''', |
+ 'desc': ''' |
+ If this setting is enabled or not configured, then users can opt to pair clients and hosts at connection time, eliminating the need to enter a PIN every time. |
+ |
+ If this setting is disabled, then this feature will not be available.''', |
+ }, |
], |
}, |
{ |