<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Intergrating Ambari and Ranger with LDAP - from scratch manual steps in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119506#M17297</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2408/sanjeevanmahajan05.html" nodeid="2408"&gt;@sanjeevan mahajan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Ranger_Install_Guide/content/configuring_ranger_authentication.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Ranger_Install_Guide/content/configuring_ranger_authentication.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2016 21:53:19 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-02-01T21:53:19Z</dc:date>
    <item>
      <title>Intergrating Ambari and Ranger with LDAP - from scratch manual steps</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119505#M17296</link>
      <description>&lt;P&gt;I want to integrate Ambari and Ranger with LDAP/AD . The infra team has just shared ip and port for LDAP/AD server. &lt;/P&gt;&lt;P&gt;I am looking into the Hortonworks docs but not able to find how I can integrate. If some one can provide the manual steps for that it will be handy. I have got docs but seems bit confusing to me. &lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 21:50:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119505#M17296</guid>
      <dc:creator>sanjeevanmahaja</dc:creator>
      <dc:date>2016-02-01T21:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Intergrating Ambari and Ranger with LDAP - from scratch manual steps</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119506#M17297</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2408/sanjeevanmahajan05.html" nodeid="2408"&gt;@sanjeevan mahajan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Ranger_Install_Guide/content/configuring_ranger_authentication.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Ranger_Install_Guide/content/configuring_ranger_authentication.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 21:53:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119506#M17297</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-01T21:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Intergrating Ambari and Ranger with LDAP - from scratch manual steps</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119507#M17298</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; For the Ambari ? &lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 22:04:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119507#M17298</guid>
      <dc:creator>sanjeevanmahaja</dc:creator>
      <dc:date>2016-02-01T22:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Intergrating Ambari and Ranger with LDAP - from scratch manual steps</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119508#M17299</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/2408/sanjeevanmahajan05.html"&gt;@sanjeevan mahajan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try to use 'ambari-server setup-ldap' command to configure ldap. It's basically just fill /etc/ambari-server/conf/ambari.properties file with the user inputs, after override ambari.properties, you should restart ambari-server. 
Example for ldap related properties in ambari.properties file:&lt;/P&gt;&lt;P&gt;client.security=ldap &lt;/P&gt;&lt;P&gt;authentication.ldap.baseDn=dc=hdp01,dc=local&lt;/P&gt;&lt;P&gt;authentication.ldap.bindAnonymously=false&lt;/P&gt;&lt;P&gt;authentication.ldap.dnAttribute=distinguishedName&lt;/P&gt;&lt;P&gt;authentication.ldap.groupMembershipAttr=member&lt;/P&gt;&lt;P&gt;authentication.ldap.groupNamingAttr=cn&lt;/P&gt;&lt;P&gt;authentication.ldap.groupObjectClass=group&lt;/P&gt;&lt;P&gt;authentication.ldap.managerDn=cn=hdfs,ou=hdp,dc=hdp01,dc=local&lt;/P&gt;&lt;P&gt;authentication.ldap.managerPassword=/etc/ambari-server/conf/ldap-password.dat&lt;/P&gt;&lt;P&gt;authentication.ldap.primaryUrl=myhost:389&lt;/P&gt;&lt;P&gt;authentication.ldap.useSSL=false&lt;/P&gt;&lt;P&gt;authentication.ldap.userObjectClass=person&lt;/P&gt;&lt;P&gt;authentication.ldap.usernameAttribute=cn&lt;/P&gt;&lt;P&gt;Read more:
&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Ambari_Security_Guide/content/_configuring_ambari_for_ldap_or_active_directory_authentication.html"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Ambari_Security_Guide/content/_configuring_ambari_for_ldap_or_active_directory_authentication.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 01:43:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119508#M17299</guid>
      <dc:creator>oszabo</dc:creator>
      <dc:date>2016-02-02T01:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Intergrating Ambari and Ranger with LDAP - from scratch manual steps</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119509#M17300</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2408/sanjeevanmahajan05.html" nodeid="2408"&gt;@sanjeevan mahajan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please find the link below for ranger ldap integration -&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/content/kbentry/16696/ranger-ldap-integration.html" target="_blank"&gt;https://community.hortonworks.com/content/kbentry/16696/ranger-ldap-integration.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do let me know if you face any issues while integrating.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:39:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Intergrating-Ambari-and-Ranger-with-LDAP-from-scratch-manual/m-p/119509#M17300</guid>
      <dc:creator>sshimpi</dc:creator>
      <dc:date>2016-04-14T14:39:38Z</dc:date>
    </item>
  </channel>
</rss>

