You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/07/17 14:35:53 UTC

ambari git commit: AMBARI-21494 - BI 4.2 Ranger Needs Properties Added on Ambari Upgrade (jonathanhurley)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 55da42626 -> 606c5cabf


AMBARI-21494 - BI 4.2 Ranger Needs Properties Added on Ambari Upgrade (jonathanhurley)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/606c5cab
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/606c5cab
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/606c5cab

Branch: refs/heads/branch-2.5
Commit: 606c5cabf6ea734e0c2e2928521f56394edb4f77
Parents: 55da426
Author: Jonathan Hurley <jh...@hortonworks.com>
Authored: Mon Jul 17 09:38:55 2017 -0400
Committer: Jonathan Hurley <jh...@hortonworks.com>
Committed: Mon Jul 17 09:38:55 2017 -0400

----------------------------------------------------------------------
 .../RANGER/configuration/ranger-admin-site.xml        | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/606c5cab/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/RANGER/configuration/ranger-admin-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/RANGER/configuration/ranger-admin-site.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/RANGER/configuration/ranger-admin-site.xml
index dcc652d..05dafd0 100755
--- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/RANGER/configuration/ranger-admin-site.xml
+++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/RANGER/configuration/ranger-admin-site.xml
@@ -568,4 +568,18 @@
     </value-attributes>
   </property>
 
+  <property>
+    <name>ranger.ldap.binddn.credential.alias</name>
+    <value>ranger.ldap.bind.password</value>
+    <description></description>
+    <on-ambari-upgrade add="true"/>
+  </property>
+
+  <property>
+    <name>ranger.ldap.ad.binddn.credential.alias</name>
+    <value>ranger.ldap.ad.bind.password</value>
+    <description></description>
+    <on-ambari-upgrade add="true"/>
+  </property>
+
 </configuration>