<?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: Integrating KERBEROS  with AD and LDAP in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137417#M43848</link>
    <description>&lt;P&gt;
	First let's clarify the difference between LDAP and AD.
&lt;/P&gt;
&lt;P&gt;
LDAP is an application protocol for querying and modifying items in directory service providers (e.g Active Directory).  AD is a directory services provider that supports the LDAP protocol amongst others.
&lt;/P&gt;
&lt;P&gt;
	&lt;A href="https://jumpcloud.com/blog/difference-between-ldap-and-active-directory/" target="_blank"&gt;https://jumpcloud.com/blog/difference-between-ldap-and-active-directory/&lt;/A&gt;
&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
	&lt;STRONG&gt;1) what is the use of Having Ldap between AD, Hadoop and kerberos integration ? &lt;/STRONG&gt;
&lt;/P&gt;
&lt;P&gt;
	You wouldn't actually have an LDAP provider, you would just use the LDAP protocol to talk to AD
&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STRONG&gt;2) What is the advantage and Disadvantage on Integrating AD and hadoop and kerbores without LDAP? &lt;/STRONG&gt;
&lt;/P&gt;
&lt;P&gt;
	See answer above.  You only use the LDAP protocol, not an LDAP directory service provider to connect to AD
&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STRONG&gt;3) what is difference between implementing MIT KDC and Direct AD setup? &lt;/STRONG&gt;
&lt;/P&gt;
&lt;P&gt;
	You can go with either
&lt;/P&gt;
&lt;P&gt;
	&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/_installing_and_configuring_the_kdc.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/_installing_and_configuring_the_kdc.html&lt;/A&gt;
&lt;/P&gt;
&lt;P&gt;
	A very general rule-of thumb I follow  is to use AD KDC if a cluster size is less than 100.
If the cluster is greater than 100 nodes, then a local LDAP/KDC might be a better option.  This is because load on AD from 100’s of service accounts can cause performance and stability issues in AD.  It’s not so much KDC, it is a combination of AD lookup/ searches and the KDC being on AD that would be the challenge.
&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STRONG&gt;Can you please provide me the doc where i can understand the integration of Hadoop Cluster into a Active Directory and Kerbores? &lt;/STRONG&gt;
&lt;/P&gt;
&lt;P&gt;
	Take a look at these links for instructions on how to enable Kerberos on HDP and integrate with AD:
&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/_configuring_ambari_for_ldap_or_active_directory_authentication.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/_configuring_ambari_for_ldap_or_active_directory_authentication.html&lt;/A&gt;
&lt;/P&gt;
&lt;P&gt;
	&lt;A href="http://hortonworks.com/blog/enabling-kerberos-hdp-active-directory-integration/" target="_blank"&gt;http://hortonworks.com/blog/enabling-kerberos-hdp-active-directory-integration/&lt;/A&gt;
&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2016 00:26:39 GMT</pubDate>
    <dc:creator>egarelnabi</dc:creator>
    <dc:date>2016-10-19T00:26:39Z</dc:date>
    <item>
      <title>Integrating KERBEROS  with AD and LDAP</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137415#M43846</link>
      <description>&lt;P&gt;Team, &lt;/P&gt;&lt;P&gt;Need your help on understanding AD / LDAP / Kerbores Integration on Hadoop. Please help me to understand &lt;/P&gt;&lt;P&gt;1) what is the  use of Having Ldap between  AD,  Hadoop and kerberos integration ?&lt;/P&gt;&lt;P&gt;2) What is the advantage and Disadvantage on Integrating AD and hadoop and kerbores  without Ldap.?&lt;/P&gt;&lt;P&gt;3) what is difference between implementing  MIT KDC and Direct  AD setup &lt;/P&gt;&lt;P&gt;Can you please provide me the doc where i can understand the integration of Hadoop
Cluster into a Active Directory and Kerbores&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 23:17:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137415#M43846</guid>
      <dc:creator>suresh_b_k</dc:creator>
      <dc:date>2016-10-18T23:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating KERBEROS  with AD and LDAP</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137416#M43847</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/3731/sureshbk.html"&gt;suresh krish&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When your hadoop cluster is being accessed by 1000's of users  its best to use SSO hence AD/LDAP. For easy management of user credentials and maybe corporate security settings&lt;/P&gt;&lt;P&gt;When you logon a node in an Hadoop cluster it basically gives you access to all the resources because say you logged on as TOM evenif someone had stolen your credentials it will believe you are indeed TOM and so will YARN and other components which in modern IT infrastruture is very dangerous with all the hacking ,DOS attacks etc. In a Kerberized environment  Hadoop wont believe you are TOM it will ask you for a ticket analogy of a Passport at an Airport  and to make sure the passport is not forged like the Migrations do it will check your ticket (passport) against its database to ascertain it was not stolen !!! ONLY after validating that you are really TOM  then it will allow you to run queries or jobs on  that cluster.  &lt;/P&gt;&lt;P&gt;That's quiet assuring isn't  it. for documentation there should be some in this forum.  If not I  will need to mask some data if I am to provide you my production integration documentation.&lt;/P&gt;&lt;P&gt;Happy Hadooping     &lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 00:08:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137416#M43847</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2016-10-19T00:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating KERBEROS  with AD and LDAP</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137417#M43848</link>
      <description>&lt;P&gt;
	First let's clarify the difference between LDAP and AD.
&lt;/P&gt;
&lt;P&gt;
LDAP is an application protocol for querying and modifying items in directory service providers (e.g Active Directory).  AD is a directory services provider that supports the LDAP protocol amongst others.
&lt;/P&gt;
&lt;P&gt;
	&lt;A href="https://jumpcloud.com/blog/difference-between-ldap-and-active-directory/" target="_blank"&gt;https://jumpcloud.com/blog/difference-between-ldap-and-active-directory/&lt;/A&gt;
&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
	&lt;STRONG&gt;1) what is the use of Having Ldap between AD, Hadoop and kerberos integration ? &lt;/STRONG&gt;
&lt;/P&gt;
&lt;P&gt;
	You wouldn't actually have an LDAP provider, you would just use the LDAP protocol to talk to AD
&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STRONG&gt;2) What is the advantage and Disadvantage on Integrating AD and hadoop and kerbores without LDAP? &lt;/STRONG&gt;
&lt;/P&gt;
&lt;P&gt;
	See answer above.  You only use the LDAP protocol, not an LDAP directory service provider to connect to AD
&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STRONG&gt;3) what is difference between implementing MIT KDC and Direct AD setup? &lt;/STRONG&gt;
&lt;/P&gt;
&lt;P&gt;
	You can go with either
&lt;/P&gt;
&lt;P&gt;
	&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/_installing_and_configuring_the_kdc.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/_installing_and_configuring_the_kdc.html&lt;/A&gt;
&lt;/P&gt;
&lt;P&gt;
	A very general rule-of thumb I follow  is to use AD KDC if a cluster size is less than 100.
If the cluster is greater than 100 nodes, then a local LDAP/KDC might be a better option.  This is because load on AD from 100’s of service accounts can cause performance and stability issues in AD.  It’s not so much KDC, it is a combination of AD lookup/ searches and the KDC being on AD that would be the challenge.
&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STRONG&gt;Can you please provide me the doc where i can understand the integration of Hadoop Cluster into a Active Directory and Kerbores? &lt;/STRONG&gt;
&lt;/P&gt;
&lt;P&gt;
	Take a look at these links for instructions on how to enable Kerberos on HDP and integrate with AD:
&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/_configuring_ambari_for_ldap_or_active_directory_authentication.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/_configuring_ambari_for_ldap_or_active_directory_authentication.html&lt;/A&gt;
&lt;/P&gt;
&lt;P&gt;
	&lt;A href="http://hortonworks.com/blog/enabling-kerberos-hdp-active-directory-integration/" target="_blank"&gt;http://hortonworks.com/blog/enabling-kerberos-hdp-active-directory-integration/&lt;/A&gt;
&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 00:26:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137417#M43848</guid>
      <dc:creator>egarelnabi</dc:creator>
      <dc:date>2016-10-19T00:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating KERBEROS  with AD and LDAP</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137418#M43849</link>
      <description>&lt;P&gt;Hi Eyad Garelnabi,&lt;/P&gt;&lt;P&gt;Thanks for your time. I have one quick question. As you said if it is more than 100 nodes then local LDAP/KDC will be better. In that case user will be created on local machine ? i.e users will be created on linux machine and it will handled by LDAP ?  Could you please correct me if iam wrong &lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 14:58:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137418#M43849</guid>
      <dc:creator>suresh_b_k</dc:creator>
      <dc:date>2016-10-19T14:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating KERBEROS  with AD and LDAP</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137419#M43850</link>
      <description>&lt;P&gt;Yes.  Rather than recreating users from scratch though, you can synchronize your local LDAP with you corporate AD.&lt;/P&gt;&lt;P&gt;Having said that, especially when it comes to security, you'll be governed by your organization's policies regarding what you can and can't do more-so than the technical aspects.  &lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 20:04:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137419#M43850</guid>
      <dc:creator>egarelnabi</dc:creator>
      <dc:date>2016-10-19T20:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating KERBEROS  with AD and LDAP</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137420#M43851</link>
      <description>&lt;P&gt;I  integrated the cluster with AD. The AD group sync up to cluster or ranger is not working. How do I setup LDAP protocol?&lt;/P&gt;&lt;P&gt;Can I get some guidance on sync up of user/groups from AD?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 01:36:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137420#M43851</guid>
      <dc:creator>ljeedigunta</dc:creator>
      <dc:date>2017-06-09T01:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating KERBEROS  with AD and LDAP</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137421#M43852</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/1271/sheltong.html"&gt;Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can i use open ldap instead of AD , i mean create users and groups in openldap and use it as backend for Kerberos??&lt;/P&gt;&lt;P&gt;Is it good practice?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 03:53:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Integrating-KERBEROS-with-AD-and-LDAP/m-p/137421#M43852</guid>
      <dc:creator>reyaan26</dc:creator>
      <dc:date>2018-03-06T03:53:38Z</dc:date>
    </item>
  </channel>
</rss>

