Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 431D8200BDA for ; Mon, 28 Nov 2016 20:23:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 42252160B2C; Mon, 28 Nov 2016 19:23:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4279D160B2D for ; Mon, 28 Nov 2016 20:22:59 +0100 (CET) Received: (qmail 2300 invoked by uid 500); 28 Nov 2016 19:22:57 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 1302 invoked by uid 99); 28 Nov 2016 19:22:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 19:22:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9A8D2F170A; Mon, 28 Nov 2016 19:22:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ncole@apache.org To: commits@ambari.apache.org Date: Mon, 28 Nov 2016 19:23:25 -0000 Message-Id: <2af08a3ea5fb4b08ba551b631ef1b57c@git.apache.org> In-Reply-To: <8af256307dd94cdb85dea27990e53ed1@git.apache.org> References: <8af256307dd94cdb85dea27990e53ed1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [31/50] [abbrv] ambari git commit: AMBARI-18971 Populate Ranger LDAP group configs under LDAP category used for authentication (mugdha) archived-at: Mon, 28 Nov 2016 19:23:00 -0000 AMBARI-18971 Populate Ranger LDAP group configs under LDAP category used for authentication (mugdha) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cb1bce2f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cb1bce2f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cb1bce2f Branch: refs/heads/branch-dev-patch-upgrade Commit: cb1bce2f5af7f4fa6c55b819b23c53ce342d9a45 Parents: 998baf6 Author: Mugdha Varadkar Authored: Thu Nov 24 14:24:51 2016 +0530 Committer: Mugdha Varadkar Committed: Thu Nov 24 14:28:42 2016 +0530 ---------------------------------------------------------------------- .../data/configs/services/ranger_properties.js | 26 +++++++++++++++++--- 1 file changed, 22 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/cb1bce2f/ambari-web/app/data/configs/services/ranger_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/configs/services/ranger_properties.js b/ambari-web/app/data/configs/services/ranger_properties.js index b78a9df..754e4d4 100644 --- a/ambari-web/app/data/configs/services/ranger_properties.js +++ b/ambari-web/app/data/configs/services/ranger_properties.js @@ -181,7 +181,8 @@ module.exports = [ "category": "LDAPSettings", "filename": "ranger-admin-site.xml", "name": "ranger.ldap.url", - "serviceName": "RANGER" + "serviceName": "RANGER", + "index": 1 }, { "category": "LDAPSettings", @@ -205,13 +206,15 @@ module.exports = [ "category": "LDAPSettings", "filename": "ranger-admin-site.xml", "name": "ranger.ldap.bind.dn", - "serviceName": "RANGER" + "serviceName": "RANGER", + "index": 2 }, { "category": "LDAPSettings", "filename": "ranger-admin-site.xml", "name": "ranger.ldap.bind.password", - "serviceName": "RANGER" + "serviceName": "RANGER", + "index": 3 }, { "category": "LDAPSettings", @@ -223,7 +226,22 @@ module.exports = [ "category": "LDAPSettings", "filename": "ranger-admin-site.xml", "name": "ranger.ldap.user.searchfilter", - "serviceName": "RANGER" + "serviceName": "RANGER", + "index": 4 + }, + { + "category": "LDAPSettings", + "filename": "ranger-admin-site.xml", + "name": "ranger.ldap.group.searchbase", + "serviceName": "RANGER", + "index": 5 + }, + { + "category": "LDAPSettings", + "filename": "ranger-admin-site.xml", + "name": "ranger.ldap.group.searchfilter", + "serviceName": "RANGER", + "index": 6 }, { "category": "KnoxSSOSettings",