summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
diff options
context:
space:
mode:
authoraberent <aberent@chromium.org>2015-07-31 03:16:23 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-31 10:17:18 +0000
commit8ab7aa3e28b6d0b0fff4c11987a56b9b39cdb73b (patch)
tree0aa1377dacda58c62c5e65408be1035b8d8e78d8 /chrome/test/data
parent171983c09de21af1f36804bf56ca01f9ebf036bb (diff)
downloadchromium_src-8ab7aa3e28b6d0b0fff4c11987a56b9b39cdb73b.zip
chromium_src-8ab7aa3e28b6d0b0fff4c11987a56b9b39cdb73b.tar.gz
chromium_src-8ab7aa3e28b6d0b0fff4c11987a56b9b39cdb73b.tar.bz2
Add policies for Kerberos on Android
This adds one new policy, and enables the other policies needed for Kerberos support on Android. BUG=474943 Review URL: https://codereview.chromium.org/1235553002 Cr-Commit-Position: refs/heads/master@{#341308}
Diffstat (limited to 'chrome/test/data')
-rw-r--r--chrome/test/data/policy/policy_test_cases.json18
1 files changed, 14 insertions, 4 deletions
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index bae4ba4..8d29f6a 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -590,7 +590,7 @@
},
"AuthSchemes": {
- "os": ["win", "linux", "mac", "chromeos"],
+ "os": ["win", "linux", "mac", "chromeos", "android"],
"test_policy": { "AuthSchemes": "AuthSchemes" },
"pref_mappings": [
{ "pref": "auth.schemes",
@@ -600,7 +600,7 @@
},
"DisableAuthNegotiateCnameLookup": {
- "os": ["win", "linux", "mac", "chromeos"],
+ "os": ["win", "linux", "mac", "chromeos", "android"],
"test_policy": { "DisableAuthNegotiateCnameLookup": true },
"pref_mappings": [
{ "pref": "auth.disable_negotiate_cname_lookup",
@@ -620,7 +620,7 @@
},
"AuthServerWhitelist": {
- "os": ["win", "linux", "mac", "chromeos"],
+ "os": ["win", "linux", "mac", "chromeos", "android"],
"test_policy": { "AuthServerWhitelist": "localhost" },
"pref_mappings": [
{ "pref": "auth.server_whitelist",
@@ -630,7 +630,7 @@
},
"AuthNegotiateDelegateWhitelist": {
- "os": ["win", "linux", "mac", "chromeos"],
+ "os": ["win", "linux", "mac", "chromeos", "android"],
"test_policy": { "AuthNegotiateDelegateWhitelist": "localhost" },
"pref_mappings": [
{ "pref": "auth.negotiate_delegate_whitelist",
@@ -649,6 +649,16 @@
]
},
+ "AuthAndroidNegotiateAccountType": {
+ "os": ["android"],
+ "test_policy": { "AuthAndroidNegotiateAccountType": "com.example.spnego" },
+ "pref_mappings": [
+ { "pref": "auth.android_negotiate_account_type",
+ "local_state": true
+ }
+ ]
+ },
+
"AllowCrossOriginAuthPrompt": {
"os": ["win", "mac", "linux"],
"test_policy": { "AllowCrossOriginAuthPrompt": true },