<?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: Custom Kerberos Keytab Retrieval Script is not working when enable kerberos in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/67888#M74871</link>
    <description>&lt;P&gt;Hi, I have similiar requirement where&amp;nbsp;&lt;SPAN&gt;we cannot get AD admin account due to security polic&lt;/SPAN&gt;y. We are using CDH 5.11.2 Express version. &amp;nbsp;&amp;nbsp; Could you please help me providing steps for this approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reards,&lt;/P&gt;&lt;P&gt;Dinu&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jun 2018 07:01:26 GMT</pubDate>
    <dc:creator>Dinu1</dc:creator>
    <dc:date>2018-06-05T07:01:26Z</dc:date>
    <item>
      <title>Custom Kerberos Keytab Retrieval Script is not working when enable kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/64865#M74868</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We are using CDH 5.13.1 and CM have the same version.&amp;nbsp;Hello&amp;nbsp;Since we cannot get AD admin account due to security policy, We create&lt;/SPAN&gt;&amp;nbsp;all CDH principals manually on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AD&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and provide&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;keytab&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for CM to import. We reference &lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/sg_keytab_retrieval_script.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/latest/topics/sg_keytab_retrieval_script.html&lt;/A&gt; to make the "keytab&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;retrieve script" and set the property onto CM. And I did set 777 permission by the way.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="set_keytab_retrieve_script.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/3896iAAEF6117F27A6205/image-size/medium?v=v2&amp;amp;px=400" role="button" title="set_keytab_retrieve_script.png" alt="set_keytab_retrieve_script.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But here is the problem: When I enable kerberos&amp;nbsp;with the wizard, it always using "/usr/share/cmf/bin/import_credentials.sh" then error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error_msg.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/3897i7BA0ADEFD4998D91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="error_msg.png" alt="error_msg.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my cognition, when I set "&lt;SPAN&gt;Custom Kerberos Keytab Retrieval Script&lt;/SPAN&gt;" property, cloudera manager will get pricipals and keytabs from retrieval scripts. Therefore, the user name and password would not take any effect in this case. Why and How should I do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Velen&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 08:43:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/64865#M74868</guid>
      <dc:creator>VelenWu</dc:creator>
      <dc:date>2018-02-23T08:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Kerberos Keytab Retrieval Script is not working when enable kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/64994#M74869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have implemented the same thing in CDH 5.11. The procedure works fine (at least on this version).&lt;/P&gt;&lt;P&gt;There is no need to give 777 permissions. Security wised the keytabs should have 400 permissions and the owner should be cloudera-scm user.&lt;/P&gt;&lt;P&gt;I assume that your keytab files are located under "/keytabs/" or whatever directory you have configured in your script.&lt;/P&gt;&lt;P&gt;You should be carefull on keytab filename. Example of keytabs:&lt;/P&gt;&lt;P&gt;hive_slavenode1.example.com@EXAMPLE.COM.keytab&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HTTP_slavenode1.example.com@EXAMPLE.COM.keytab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS: The script should have execute permissions and the script and all keytabs should be on the host you are running Cloudera Manager.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:35:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/64994#M74869</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-02-28T09:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Kerberos Keytab Retrieval Script is not working when enable kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/65055#M74870</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Found the answer. AD server did not enable SSL so CM can't connect AD with ldaps. When I install "Active Directory Certificate Service" in Windows Server, it all work now!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Velen&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 03:13:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/65055#M74870</guid>
      <dc:creator>VelenWu</dc:creator>
      <dc:date>2018-03-02T03:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Kerberos Keytab Retrieval Script is not working when enable kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/67888#M74871</link>
      <description>&lt;P&gt;Hi, I have similiar requirement where&amp;nbsp;&lt;SPAN&gt;we cannot get AD admin account due to security polic&lt;/SPAN&gt;y. We are using CDH 5.11.2 Express version. &amp;nbsp;&amp;nbsp; Could you please help me providing steps for this approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reards,&lt;/P&gt;&lt;P&gt;Dinu&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 07:01:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-Kerberos-Keytab-Retrieval-Script-is-not-working-when/m-p/67888#M74871</guid>
      <dc:creator>Dinu1</dc:creator>
      <dc:date>2018-06-05T07:01:26Z</dc:date>
    </item>
  </channel>
</rss>

