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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 6274013: Fix typo in DisableCNAMELookup policy description (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'name': 'DisableAuthNegotiateCnameLookup', 509 'name': 'DisableAuthNegotiateCnameLookup',
510 'type': 'main', 510 'type': 'main',
511 'supported_on': ['chrome.*:9-'], 511 'supported_on': ['chrome.*:9-'],
512 'features': {'dynamic_refresh': 0}, 512 'features': {'dynamic_refresh': 0},
513 'example_value': False, 513 'example_value': False,
514 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic ation''', 514 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic ation''',
515 'desc': '''Specifies whether the generated Kerberos SPN is based on th e canonical DNS name or the original name entered. 515 'desc': '''Specifies whether the generated Kerberos SPN is based on th e canonical DNS name or the original name entered.
516 516
517 If you enable this setting, CNAME lookup will be skipped and the serve r name will be used as entered. 517 If you enable this setting, CNAME lookup will be skipped and the serve r name will be used as entered.
518 518
519 If you enable this setting, the canonical name of the server will be d etermined via CNAME lookup.''', 519 If you disable this setting, the canonical name of the server will be determined via CNAME lookup.''',
520 }, 520 },
521 { 521 {
522 'name': 'EnableAuthNegotiatePort', 522 'name': 'EnableAuthNegotiatePort',
523 'type': 'main', 523 'type': 'main',
524 'supported_on': ['chrome.*:9-'], 524 'supported_on': ['chrome.*:9-'],
525 'features': {'dynamic_refresh': 0}, 525 'features': {'dynamic_refresh': 0},
526 'example_value': False, 526 'example_value': False,
527 'caption': '''Include non-standard port in Kerberos SPN''', 527 'caption': '''Include non-standard port in Kerberos SPN''',
528 'desc': '''Specifies whether the generated Kerberos SPN should include a non-standard port. 528 'desc': '''Specifies whether the generated Kerberos SPN should include a non-standard port.
529 529
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 { 1156 {
1157 'key': '$4', 1157 'key': '$4',
1158 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' 1158 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started'
1159 }, 1159 },
1160 { 1160 {
1161 'key': '$5', 1161 'key': '$5',
1162 'value': 'http://www.chromium.org/administrators/policy-templates' 1162 'value': 'http://www.chromium.org/administrators/policy-templates'
1163 }, 1163 },
1164 ] 1164 ]
1165 } 1165 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698