OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |