<?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: Kerberos change password is not working (from kadmin.local) in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kerberos-change-password-is-not-working-from-kadmin-local/m-p/48552#M48723</link>
    <description>&lt;P&gt;Issue fixed!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My bad!&amp;nbsp;From our list of nodes, i know either node01 or node02&amp;nbsp;has&amp;nbsp;krb5-server. So I randomly pick the node01 and applied kadmin.local command, it worked, so started applying change password and endup with failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Note: kadmin.local command is working in both node01 and node02).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Latter realized node02 is our krb5-server from the below configuration. so login to node02 and delete &amp;amp; recreated the principal. it is working fine now from all our nodes...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat /etc/krb5.conf&lt;BR /&gt;[realms]&lt;BR /&gt;*** = {&lt;BR /&gt;kdc = node01:88&lt;BR /&gt;kdc = node02:88&lt;BR /&gt;admin_server = node02:749&lt;BR /&gt;default_domain = ***&lt;BR /&gt;max_renewable_life = 7d&lt;BR /&gt;max_life = 7d&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2016 22:25:48 GMT</pubDate>
    <dc:creator>saranvisa</dc:creator>
    <dc:date>2016-12-14T22:25:48Z</dc:date>
    <item>
      <title>Kerberos change password is not working (from kadmin.local)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kerberos-change-password-is-not-working-from-kadmin-local/m-p/48493#M48722</link>
      <description>&lt;P&gt;One of our user lost her kerberos password and I am trying to reset the password using below steps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kadmin.local:&lt;BR /&gt;kadmin.local: change_password user@REALM.COM&lt;BR /&gt;Enter password for principal "user@REALM.COM":&lt;BR /&gt;Re-enter password for principal "user@REALM.COM":&lt;BR /&gt;Password for "user@REALM.COM" changed.&lt;BR /&gt;kadmin.local:q&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to login with new password after that but getting the below error&lt;BR /&gt;kinit user@REALM.COM&lt;BR /&gt;Password for user@REALM.COM:&lt;BR /&gt;kinit: Password incorrect while getting initial credentials&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I drop the user principal using delprinc and recreated with new password but still getting the same error&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then I've created a keytab and tried to access user using keytab, it is working&lt;BR /&gt;kadmin.local:xst -norandkey -k /tmp/user.keytab user@REALM.COM&lt;/P&gt;&lt;P&gt;$kinit user@REALM.COM -k -t /tmp/user.keytab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the below command still shows the error.&lt;BR /&gt;$kinit user@REALM.COM&lt;BR /&gt;kinit: Password incorrect while getting initial credentials&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can someone help me on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 21:46:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kerberos-change-password-is-not-working-from-kadmin-local/m-p/48493#M48722</guid>
      <dc:creator>saranvisa</dc:creator>
      <dc:date>2016-12-13T21:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos change password is not working (from kadmin.local)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kerberos-change-password-is-not-working-from-kadmin-local/m-p/48552#M48723</link>
      <description>&lt;P&gt;Issue fixed!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My bad!&amp;nbsp;From our list of nodes, i know either node01 or node02&amp;nbsp;has&amp;nbsp;krb5-server. So I randomly pick the node01 and applied kadmin.local command, it worked, so started applying change password and endup with failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Note: kadmin.local command is working in both node01 and node02).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Latter realized node02 is our krb5-server from the below configuration. so login to node02 and delete &amp;amp; recreated the principal. it is working fine now from all our nodes...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat /etc/krb5.conf&lt;BR /&gt;[realms]&lt;BR /&gt;*** = {&lt;BR /&gt;kdc = node01:88&lt;BR /&gt;kdc = node02:88&lt;BR /&gt;admin_server = node02:749&lt;BR /&gt;default_domain = ***&lt;BR /&gt;max_renewable_life = 7d&lt;BR /&gt;max_life = 7d&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 22:25:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kerberos-change-password-is-not-working-from-kadmin-local/m-p/48552#M48723</guid>
      <dc:creator>saranvisa</dc:creator>
      <dc:date>2016-12-14T22:25:48Z</dc:date>
    </item>
  </channel>
</rss>

