Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 81839272f -> c538cd8ac


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/c538cd8a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c538cd8a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c538cd8a

Branch: refs/heads/branch-2.5
Commit: c538cd8ac7eb6499167efc999af91c15d70cae38
Parents: 8183927
Author: Mugdha Varadkar <mug...@apache.org>
Authored: Wed Nov 23 15:14:44 2016 +0530
Committer: Mugdha Varadkar <mug...@apache.org>
Committed: Thu Nov 24 14:11:49 2016 +0530

----------------------------------------------------------------------
 ambari-web/app/data/HDP2.3/site_properties.js | 25 ++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c538cd8a/ambari-web/app/data/HDP2.3/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.3/site_properties.js 
b/ambari-web/app/data/HDP2.3/site_properties.js
index 9ae68df..ca2564d 100644
--- a/ambari-web/app/data/HDP2.3/site_properties.js
+++ b/ambari-web/app/data/HDP2.3/site_properties.js
@@ -146,7 +146,8 @@ hdp23properties.push({
     "name": "ranger.ldap.url",
     "serviceName": "RANGER",
     "filename": "ranger-admin-site.xml",
-    "category": "LDAPSettings"
+    "category": "LDAPSettings",
+    "index": 1
   },
   {
     "name": "ranger.ldap.user.dnpattern",
@@ -170,13 +171,15 @@ hdp23properties.push({
     "name": "ranger.ldap.bind.dn",
     "serviceName": "RANGER",
     "filename": "ranger-admin-site.xml",
-    "category": "LDAPSettings"
+    "category": "LDAPSettings",
+    "index": 2
   },
   {
     "name": "ranger.ldap.bind.password",
     "serviceName": "RANGER",
     "filename": "ranger-admin-site.xml",
-    "category": "LDAPSettings"
+    "category": "LDAPSettings",
+    "index": 3
   },
   {
     "name": "ranger.ldap.referral",
@@ -188,7 +191,21 @@ hdp23properties.push({
     "name": "ranger.ldap.user.searchfilter",
     "serviceName": "RANGER",
     "filename": "ranger-admin-site.xml",
-    "category": "LDAPSettings"
+    "category": "LDAPSettings",
+    "index": 4
+  },
+  {
+    "name": "ranger.ldap.group.searchbase",
+    "serviceName": "RANGER",
+    "filename": "ranger-admin-site.xml",
+    "category": "LDAPSettings",
+    "index": 5
+  },
+  { "name": "ranger.ldap.group.searchfilter",
+    "serviceName": "RANGER",
+    "filename": "ranger-admin-site.xml",
+    "category": "LDAPSettings",
+    "index": 6
   },
   {
     "name": "ranger.sso.providerurl",

Reply via email to