-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37836/
-----------------------------------------------------------
(Updated Sept. 2, 2015, 9:44 p.m.)
Review request for Ambari, Alejandro Fernandez, Mahadev Konar, Sumit Mohanty,
Selvamohan Neethiraj, Velmurugan Periasamy, and Yusaku Sako.
Changes
-------
Added description for properties and added a new property as well
Bugs: AMBARI-12896
https://issues.apache.org/jira/browse/AMBARI-12896
Repository: ambari
Description
-------
In order to have Ranger admin UI do authenticated binds to find role
information we need to add following properties to Ranger Ambari Configs:
For LDAP Authentication:
ranger.ldap.base.dn
ranger.ldap.referral
ranger.ldap.bind.dn
ranger.ldap.bind.password
and for AD Authentication:
ranger.ldap.ad.base.dn
ranger.ldap.ad.referral
ranger.ldap.ad.bind.dn
ranger.ldap.ad.bind.password
Diffs (updated)
-----
ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-admin-site.xml
3ccfaa1
ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-ugsync-site.xml
eb27958
ambari-web/app/data/HDP2.3/site_properties.js 2d62270
Diff: https://reviews.apache.org/r/37836/diff/
Testing
-------
Tested on a multinode cluster having Ranger installed and Sync and
Authenticatiom method as AD, using these properties.
Thanks,
Gautam Borad