From b94a654e04d9b22381cc22c6dfb9704147b8311f Mon Sep 17 00:00:00 2001 From: "danno@chromium.org" Date: Tue, 9 Nov 2010 16:15:48 +0000 Subject: Revert 65535 - Group Policy support for HTTP authentication BUG=53625 TEST=ConfigurationPolicyPrefStore* Review URL: http://codereview.chromium.org/3517018 Patch from Jakob Kummerow . TBR=danno@chromium.org Review URL: http://codereview.chromium.org/4643004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65537 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/policy/policy_templates.grd | 52 ------------------------------ chrome/app/policy/policy_templates.json | 56 --------------------------------- 2 files changed, 108 deletions(-) (limited to 'chrome/app') diff --git a/chrome/app/policy/policy_templates.grd b/chrome/app/policy/policy_templates.grd index 7f29a0a..b8cbb24 100644 --- a/chrome/app/policy/policy_templates.grd +++ b/chrome/app/policy/policy_templates.grd @@ -355,58 +355,6 @@ templates and will be translated for each locale. --> $2http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett - - - Policies for HTTP Authentication - - - Policies related to integrated HTTP authentication. - - - - Supported authentication schemes - - - Specifies which HTTP Authentication schemes are supported by $1Google Chrome. - - Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separate multiple values with commas. - - - Disable CNAME lookup when negotiating Kerberos authentication - - - Specifies whether the generated Kerberos SPN is based on the canonical DNS name or the original name entered. - - If you enable this setting, CNAME lookup will be skipped and the server name will be used as entered. - - If you enable this setting, the canonical name of the server will be determined via CNAME lookup. - - - Include non-standard port in Kerberos SPN - - - Specifies whether the generated Kerberos SPN should include a non-standard port. - - If you enable this setting, and a non-standard port (i.e., a port other than 80 or 443) is entered, it will be included in the generated Kerberos SPN. - - If you disable this setting, the generated Kerberos SPN will not include a port in any case. - - - Authentication server whitelist - - - Specifies which servers should be whitelisted for integrated authentication. Integrated authentication is only enabled when $1Google Chrome receives an authentication challenge from a proxy or from a server which is in this permitted list. - - Separate multiple server names with commas. Wildcards (*) are allowed. - - - Kerberos delegation server whitelist - - - Servers that $1Google Chrome may delegate to. - - - Enable reporting of usage and crash-related data diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index fa31823..3f3bd47 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -305,62 +305,6 @@ ] }, { - 'name': 'HTTPAuthentication', - 'type': 'group', - 'policies': [ - { - 'name': 'AuthSchemes', - 'type': 'string', - 'annotations': { - 'platforms': ['linux', 'mac', 'win'], - 'products': ['chrome'], - 'features': {'dynamic_refresh': 0}, - 'example_value': 'basic,digest,ntlm,negotiate', - } - }, - { - 'name': 'DisableAuthNegotiateCnameLookup', - 'type': 'main', - 'annotations': { - 'platforms': ['linux', 'mac', 'win'], - 'products': ['chrome'], - 'features': {'dynamic_refresh': 0}, - 'example_value': False, - } - }, - { - 'name': 'EnableAuthNegotiatePort', - 'type': 'main', - 'annotations': { - 'platforms': ['linux', 'mac', 'win'], - 'products': ['chrome'], - 'features': {'dynamic_refresh': 0}, - 'example_value': False, - } - }, - { - 'name': 'AuthServerWhitelist', - 'type': 'string', - 'annotations': { - 'platforms': ['linux', 'mac', 'win'], - 'products': ['chrome'], - 'features': {'dynamic_refresh': 0}, - 'example_value': '*example.com,foobar.com,*baz', - } - }, - { - 'name': 'AuthNegotiateDelegateWhitelist', - 'type': 'string', - 'annotations': { - 'platforms': ['linux', 'mac', 'win'], - 'products': ['chrome'], - 'features': {'dynamic_refresh': 0}, - 'example_value': 'foobar.example.com', - } - }, - ] - }, - { 'name': 'Extensions', 'type': 'group', 'policies': [{ -- cgit v1.1