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-feature-AMBARI-21348 Commit: 606c5cabf6ea734e0c2e2928521f56394edb4f77 Parents: 55da426 Author: Jonathan Hurley <[email protected]> Authored: Mon Jul 17 09:38:55 2017 -0400 Committer: Jonathan Hurley <[email protected]> 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>
