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-feature-AMBARI-18634
Commit: cb1bce2f5af7f4fa6c55b819b23c53ce342d9a45
Parents: 998baf6
Author: Mugdha Varadkar <mug...@apache.org>
Authored: Thu Nov 24 14:24:51 2016 +0530
Committer: Mugdha Varadkar <mug...@apache.org>
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",

Reply via email to