<?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 password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234976#M329151</link>
    <description>An alternative is to create another user (roottmp) with a UID of 0 (zero). This user will effectively be root. When (s)he is finished, delete the roottmp user.  As pointed out previously, be certain you trust this temporary user.&lt;BR /&gt;&lt;BR /&gt;Rob...</description>
    <pubDate>Thu, 17 Jul 2008 11:57:10 GMT</pubDate>
    <dc:creator>Robin T. Slotten</dc:creator>
    <dc:date>2008-07-17T11:57:10Z</dc:date>
    <item>
      <title>root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234971#M329146</link>
      <description>Is it possible to rename the root password and give it to another administrator. After doing his job,is it possible to use again the old passord?</description>
      <pubDate>Wed, 16 Jul 2008 13:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234971#M329146</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-16T13:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234972#M329147</link>
      <description>Use "passwd" to change the password, once the job is done, use passwd to change it back (if system is untrusted without keeping pwd history).</description>
      <pubDate>Wed, 16 Jul 2008 13:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234972#M329147</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-16T13:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234973#M329148</link>
      <description>or give root access with sudo. once job is done take the privilege back.</description>
      <pubDate>Wed, 16 Jul 2008 13:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234973#M329148</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-07-16T13:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234974#M329149</link>
      <description>its not a good practice to give anyone the root password unless he has administrative member.&lt;BR /&gt;&lt;BR /&gt;in your scenario after changing the password and after than revert to previous password, it depends upon your password re-usage settings in  password security section.&lt;BR /&gt;&lt;BR /&gt;you can find the password re-usage options in SAM.</description>
      <pubDate>Wed, 16 Jul 2008 16:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234974#M329149</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-16T16:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234975#M329150</link>
      <description>&lt;BR /&gt;Dear Kacau&lt;BR /&gt;&lt;BR /&gt;I got u question&lt;BR /&gt;first clarification there is renaming of passwd&lt;BR /&gt;the only option is change the passwd &lt;BR /&gt;by using passwd command&lt;BR /&gt;second thing once u given passwd u can use&lt;BR /&gt;old passwd by againg changing to the old one&lt;BR /&gt;at a time there is no option to use two passwd(Is it possible to rename the root password and give it to another administrator. After doing his job,is it possible to use again the old passord)&lt;BR /&gt;ok&lt;BR /&gt;for changing passwd command is passwd&lt;BR /&gt;ok</description>
      <pubDate>Wed, 16 Jul 2008 17:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234975#M329150</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-07-16T17:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234976#M329151</link>
      <description>An alternative is to create another user (roottmp) with a UID of 0 (zero). This user will effectively be root. When (s)he is finished, delete the roottmp user.  As pointed out previously, be certain you trust this temporary user.&lt;BR /&gt;&lt;BR /&gt;Rob...</description>
      <pubDate>Thu, 17 Jul 2008 11:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234976#M329151</guid>
      <dc:creator>Robin T. Slotten</dc:creator>
      <dc:date>2008-07-17T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234977#M329152</link>
      <description>DO NOT create a temporary user with UID 0! When you delete that user you will delete all files belonging to UID 0; i.e. root. You will then not have a server, you will have a large paperweight.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Thu, 17 Jul 2008 12:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234977#M329152</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2008-07-17T12:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234978#M329153</link>
      <description>I respectfully disagree. If you remove the user using sam, sam is smart enough to see the duplicate UID (which it also noted when it was created) and will not allow the files to be removed or reallocated to another user. This was tested on a secure system.&lt;BR /&gt;&lt;BR /&gt;On an non-secure system, you can edit /etc/passwd directly and copy the root entry and edit it. Just clear the password field, save the /et/passwd file and immeadiately change the roottmp password. I have used this method to give access to HP engineers when working on the system.  You can just delete the line in /etc/passwd to remove the temporary user.&lt;BR /&gt;&lt;BR /&gt;Rob...</description>
      <pubDate>Thu, 17 Jul 2008 13:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234978#M329153</guid>
      <dc:creator>Robin T. Slotten</dc:creator>
      <dc:date>2008-07-17T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234979#M329154</link>
      <description>Robin,&lt;BR /&gt;&lt;BR /&gt;If you're going to advise someone to set up a user with UID 0 you should have warned him about the pitfalls and the appropriate way to delete that user straight away.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 18 Jul 2008 05:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234979#M329154</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2008-07-18T05:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234980#M329155</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;why dont you change the roottmp's id to some other non-existent id with the help of usermod command,&lt;BR /&gt;&lt;BR /&gt;which will make him as an ordinary user &lt;BR /&gt;and then u can remove the user.&lt;BR /&gt;&lt;BR /&gt;This is also an option!&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 18 Jul 2008 09:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234980#M329155</guid>
      <dc:creator>Sridhar R</dc:creator>
      <dc:date>2008-07-18T09:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234981#M329156</link>
      <description>Mark,&lt;BR /&gt;Your points are well taken. To be quite honest, I have never had a problem creating a second root account in 16 years of working with HP-UX. Maybe I have been lucky. I seldom use SAM, so that may be my saving grace. Certainly having multiple root accounts has risks and those must be taken into account. There are situations where this may be warranted such as giving a CE a temporary account so you do not have to expose your normal root password while he is looking over your shoulder. For our normal administration, we lock down root to the console and SysAdmins have to log in with their own account and su to root thus allowing accountability in the /var/adm/sulog.</description>
      <pubDate>Mon, 21 Jul 2008 11:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/4234981#M329156</guid>
      <dc:creator>Robin T. Slotten</dc:creator>
      <dc:date>2008-07-21T11:39:12Z</dc:date>
    </item>
  </channel>
</rss>

