<?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>topic Re: KERBEROS_V4 rejected as an authentication type in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559942#M39274</link>
    <description>Please tell us:&lt;BR /&gt;&lt;BR /&gt;- what is the name of your Linux distribution?&lt;BR /&gt;&lt;BR /&gt;- what is the version of your Linux distribution?&lt;BR /&gt;&lt;BR /&gt;- which version of ControlM are you using?&lt;BR /&gt;&lt;BR /&gt;- are you running your script on the host that has the ControlM agent, or is the agent trying to run a script remotely on another host?&lt;BR /&gt;&lt;BR /&gt;- what does your script actually do?&lt;BR /&gt;&lt;BR /&gt;It is very hard to solve your problem by guessing the necessary details.&lt;BR /&gt;&lt;BR /&gt;Hmm... I think some of the ControlM agent processes run from inetd/xinetd, so to make all ControlM processes pick up the new PATH settngs, you may have to restart inetd/xinetd too.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Fri, 08 Jan 2010 16:14:57 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-01-08T16:14:57Z</dc:date>
    <item>
      <title>KERBEROS_V4 rejected as an authentication type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559938#M39270</link>
      <description>I am always encountering this kind of error when I'm running my script via ControlM.&lt;BR /&gt;&lt;BR /&gt;How can I get rid of this error message?</description>
      <pubDate>Thu, 07 Jan 2010 08:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559938#M39270</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2010-01-07T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: KERBEROS_V4 rejected as an authentication type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559939#M39271</link>
      <description>Either ControlM or your script obviously does something that requires authentication, and it attempts to use KERBEROS_V4.&lt;BR /&gt;&lt;BR /&gt;Without knowing more about your setup, I cannot determine what that might be.&lt;BR /&gt;&lt;BR /&gt;Wild guess: in RHEL 5, rsh, rlogin and ftp clients will attempt first to use Kerberos, then fall back to classic methods. In this case, this is not an error, but an informative message, reminding you that your password will be sent to the server in unencrypted plaintext.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 07 Jan 2010 11:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559939#M39271</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-07T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: KERBEROS_V4 rejected as an authentication type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559940#M39272</link>
      <description>Oops, clicked Submit too soon...&lt;BR /&gt;&lt;BR /&gt;To stop your system from trying to use Kerberos, remove /usr/kerberos/bin from your PATH: this directory contains Kerberos versions of ftp,rcp,rlogin,rsh and telnet. &lt;BR /&gt;&lt;BR /&gt;In RHEL5, this can be done by moving the krb5-*.sh and krb5-*.csh files away from /etc/profile.d directory:&lt;BR /&gt;&lt;BR /&gt;mkdir /etc/profile.d/disabled&lt;BR /&gt;mv /etc/profile.d/krb5-*sh /etc/profile.d/disabled&lt;BR /&gt;&lt;BR /&gt;This change will take effect at the next user session, so you may have to logout &amp;amp; login, then restart the ControlM agent (if you use one).&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 07 Jan 2010 12:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559940#M39272</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-07T12:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: KERBEROS_V4 rejected as an authentication type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559941#M39273</link>
      <description>error still encountered</description>
      <pubDate>Fri, 08 Jan 2010 07:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559941#M39273</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2010-01-08T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: KERBEROS_V4 rejected as an authentication type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559942#M39274</link>
      <description>Please tell us:&lt;BR /&gt;&lt;BR /&gt;- what is the name of your Linux distribution?&lt;BR /&gt;&lt;BR /&gt;- what is the version of your Linux distribution?&lt;BR /&gt;&lt;BR /&gt;- which version of ControlM are you using?&lt;BR /&gt;&lt;BR /&gt;- are you running your script on the host that has the ControlM agent, or is the agent trying to run a script remotely on another host?&lt;BR /&gt;&lt;BR /&gt;- what does your script actually do?&lt;BR /&gt;&lt;BR /&gt;It is very hard to solve your problem by guessing the necessary details.&lt;BR /&gt;&lt;BR /&gt;Hmm... I think some of the ControlM agent processes run from inetd/xinetd, so to make all ControlM processes pick up the new PATH settngs, you may have to restart inetd/xinetd too.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 08 Jan 2010 16:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559942#M39274</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-08T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: KERBEROS_V4 rejected as an authentication type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559943#M39275</link>
      <description>My OS is &lt;BR /&gt;Linux Red Hat 5 release 2&lt;BR /&gt;&lt;BR /&gt;My ControlM Version is 6.3.1&lt;BR /&gt;&lt;BR /&gt;I am running my script on the host that has the agent.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 05:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559943#M39275</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2010-01-12T05:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: KERBEROS_V4 rejected as an authentication type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559944#M39276</link>
      <description>do i really need to have xinetd installed?&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 06:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-v4-rejected-as-an-authentication-type/m-p/4559944#M39276</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2010-01-12T06:37:17Z</dc:date>
    </item>
  </channel>
</rss>

