Updated Branches: refs/heads/trunk 1d0830b88 -> 779c629ab
AMBARI-2634: Ask user to specify kerberos tool path instead of kinit path. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/779c629a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/779c629a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/779c629a Branch: refs/heads/trunk Commit: 779c629ab692d5e1fbb8328842bb60436813e56e Parents: 1d0830b Author: Jaimin Jetly <[email protected]> Authored: Thu Jul 11 16:27:36 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Jul 11 16:27:48 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/data/secure_properties.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/779c629a/ambari-web/app/data/secure_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/secure_properties.js b/ambari-web/app/data/secure_properties.js index 74759b1..956719c 100644 --- a/ambari-web/app/data/secure_properties.js +++ b/ambari-web/app/data/secure_properties.js @@ -71,11 +71,11 @@ module.exports = { "id": "puppet var", "name": "kinit_path_local", - "displayName": "Kinit path", + "displayName": "Kerberos tool path", "value": "", - "defaultValue": "/usr/bin/kinit", - "description": "Path to installed kinit command", - "displayType": "advanced", + "defaultValue": "/usr/bin", + "description": "Directoy path to installed kerberos tools like kinit, kdestroy etc. This can have multiple comma delimited paths", + "displayType": "directory", "isVisible": true, "isOverridable": false, "serviceName": "GENERAL",
