> On Aug. 31, 2015, 6:02 p.m., Alejandro Fernandez wrote: > > ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-admin-site.xml, > > line 164 > > <https://reviews.apache.org/r/37836/diff/1/?file=1060282#file1060282line164> > > > > Do these properties show up on the UI? > > If so, can we add descriptions to them?
Resolved in latest patch. - Gautam ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37836/#review97102 ----------------------------------------------------------- On Sept. 2, 2015, 9:44 p.m., Gautam Borad wrote: > > ----------------------------------------------------------- > 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. > > > 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 > ----- > > > 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 > >
