<?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: root account keeps disabling in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904419#M745901</link>
    <description>thanks</description>
    <pubDate>Sat, 28 May 2005 16:33:36 GMT</pubDate>
    <dc:creator>Louber</dc:creator>
    <dc:date>2005-05-28T16:33:36Z</dc:date>
    <item>
      <title>root account keeps disabling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904414#M745896</link>
      <description>All I have recently upgraded a 11.00 to 11.11i vr1 server and since the upgrade the root account keeps disabling itself.  I have rebooted the system into single user and reset it, this has enabled me to logon for a couple of days and now it has been disbaled again.&lt;BR /&gt;&lt;BR /&gt;I know noone has been on the box as I am the only person with accounts on there.  I can get access and can reset trhe account again but I do not wish for the root account to disable itself again.  &lt;BR /&gt;&lt;BR /&gt;Can you help&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 May 2005 21:31:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904414#M745896</guid>
      <dc:creator>Louber</dc:creator>
      <dc:date>2005-05-27T21:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: root account keeps disabling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904415#M745897</link>
      <description>If the system is trusted, then someone or something is attempting to log in as root.  By default, if you try unsuccessfully 3 times, the account is locked.  You could increase the number of attempts it takes to lock the account.  This can be done through SAM.&lt;BR /&gt;&lt;BR /&gt;You should NEVER have to go to single user mode to reactivate root.  If you have a serial console, web console or lan console on the system, use it.  Even if root is deactivated, you can log in via the console and reactivate it.&lt;BR /&gt;&lt;BR /&gt;I would suggest doing a 'lastb -R root'.  This will show you the invalid logins for root and the IP address they came from.  This should help you to figure out who/what is locking the account.</description>
      <pubDate>Fri, 27 May 2005 21:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904415#M745897</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-05-27T21:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: root account keeps disabling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904416#M745898</link>
      <description>Turn off the following &lt;BR /&gt; o "disable account after X failed login attempts" and &lt;BR /&gt; o "disable account after X days inactivity" &lt;BR /&gt; o "disable reset password after X days"&lt;BR /&gt;&lt;BR /&gt;Also make sure you cannot login as root unless you are already logged in (/etc/securetty I think)... Actually this may also be the cause as you my try to log in as root and /etc/securetty may stop you!!!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sat, 28 May 2005 06:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904416#M745898</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2005-05-28T06:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: root account keeps disabling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904417#M745899</link>
      <description>I would be very concered that someone is trying to attack your system.  I have attached an information script that will analyze a specific user (or users) and decode exactly why the account was disabled. If it is due to failed password attempts, use:&lt;BR /&gt; &lt;BR /&gt; lastb -R root&lt;BR /&gt; &lt;BR /&gt;to see if the attacks are coming from the same address. Then block that address until you can track down the hacker.&lt;BR /&gt; &lt;BR /&gt;As an alternative, you can eliminate all root login attempts by doing this:&lt;BR /&gt; &lt;BR /&gt;echo "console" &amp;gt; /dev/securetty&lt;BR /&gt; &lt;BR /&gt;Now, all root admins must login as a normal user and then use su (or better yet, the contributed program sudo) to attain root privileges. Turning of the automatic disabling of user logins is not a good idea,</description>
      <pubDate>Sat, 28 May 2005 14:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904417#M745899</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-28T14:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: root account keeps disabling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904418#M745900</link>
      <description>Thanks for the advice guys.&lt;BR /&gt;&lt;BR /&gt;I have viewed the lastb -R root command and it does appear a collegue may have been attempting to access the system, while I have been away.  It also appears he has amended some root account settings in whcih the trusted database for root has become confused or corrupt.  &lt;BR /&gt;&lt;BR /&gt;I have reset the account afetr removing the entry in the /tcb/files/auth/r/root file, and can now log in ok!&lt;BR /&gt;&lt;BR /&gt;thanks very everyones prompt responses.</description>
      <pubDate>Sat, 28 May 2005 16:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904418#M745900</guid>
      <dc:creator>Louber</dc:creator>
      <dc:date>2005-05-28T16:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: root account keeps disabling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904419#M745901</link>
      <description>thanks</description>
      <pubDate>Sat, 28 May 2005 16:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-keeps-disabling/m-p/4904419#M745901</guid>
      <dc:creator>Louber</dc:creator>
      <dc:date>2005-05-28T16:33:36Z</dc:date>
    </item>
  </channel>
</rss>

