Index: chrome/app/policy/policy_templates.json |
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
index fa318232e17d773446fe13011a9ea69d40aaaa03..7d06fbd8d7200a487e48d4d098e84ee81c3fecbb 100644 |
--- a/chrome/app/policy/policy_templates.json |
+++ b/chrome/app/policy/policy_templates.json |
@@ -358,6 +358,16 @@ |
'example_value': 'foobar.example.com', |
} |
}, |
+ { |
+ 'name': 'GSSAPILibraryName', |
+ 'type': 'string', |
+ 'annotations': { |
+ 'platforms': ['linux', 'mac'], |
+ 'products': ['chrome'], |
+ 'features': {'dynamic_refresh': 0}, |
+ 'example_value': 'libgssapi_krb5.so.2', |
+ } |
+ }, |
] |
}, |
{ |