<?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 Renew Kerberos ticket in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322536#M228841</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;How can we renew the &lt;STRONG&gt;kerberos&lt;/STRONG&gt; ticket from both &lt;STRONG&gt;MIT&lt;/STRONG&gt; as well as &lt;STRONG&gt;AD&lt;/STRONG&gt; kerberos&lt;/P&gt;&lt;P&gt;whats the step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nilesh&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Aug 2021 15:42:16 GMT</pubDate>
    <dc:creator>Nil_kharat</dc:creator>
    <dc:date>2021-08-13T15:42:16Z</dc:date>
    <item>
      <title>Renew Kerberos ticket</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322536#M228841</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;How can we renew the &lt;STRONG&gt;kerberos&lt;/STRONG&gt; ticket from both &lt;STRONG&gt;MIT&lt;/STRONG&gt; as well as &lt;STRONG&gt;AD&lt;/STRONG&gt; kerberos&lt;/P&gt;&lt;P&gt;whats the step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nilesh&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:42:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322536#M228841</guid>
      <dc:creator>Nil_kharat</dc:creator>
      <dc:date>2021-08-13T15:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Renew Kerberos ticket</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322547#M228849</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/91078"&gt;@Nil_kharat&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;To renew the Kerberos ticket, run&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;kinit&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and specify both the keytab file and the principal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# kinit -kt &amp;lt;keytab&amp;gt; &amp;lt;Principal&amp;gt;

Example:
# kinit -kt user1.keytab user1@EXAMPLE.COM&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 00:00:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322547#M228849</guid>
      <dc:creator>Scharan</dc:creator>
      <dc:date>2021-08-14T00:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Renew Kerberos ticket</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322549#M228851</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35149"&gt;@Scharan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we specify the duration for that ticket&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 04:05:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322549#M228851</guid>
      <dc:creator>Nil_kharat</dc:creator>
      <dc:date>2021-08-14T04:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Renew Kerberos ticket</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322550#M228852</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/91078"&gt;@Nil_kharat&lt;/a&gt;&amp;nbsp;Ticket lifetime is set in kerberos configuration file krb5.conf in MIT kerberos,&lt;/P&gt;&lt;P&gt;You can check the lifetime of the ticket using &lt;EM&gt;# klist&amp;nbsp;&lt;/EM&gt;command after doing kinit&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can still specify the lifetime of the ticket using &lt;EM&gt;-l&lt;/EM&gt; option as shown&amp;nbsp; below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# kinit -l 30m -kt &amp;lt;Keytab&amp;gt; &amp;lt;principal&amp;gt;

Example:
kinit -l 30m -kt sai.keytab sai@SUPPORTLAB.CLOUDERA.COM&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 04:44:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Renew-Kerberos-ticket/m-p/322550#M228852</guid>
      <dc:creator>Scharan</dc:creator>
      <dc:date>2021-08-14T04:44:38Z</dc:date>
    </item>
  </channel>
</rss>

