<?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/2462645#M14705</link>
    <description>Your "bin" group has two users, bin and root.&lt;BR /&gt;If the application is logged in as root then su won't prompt you for a password.&lt;BR /&gt;If it is logged in as bin.&lt;BR /&gt;1 ) Check if bin has a user ID of 0.&lt;BR /&gt;# more /etc/passwd | grep "bin:"&lt;BR /&gt;&lt;BR /&gt;$ more /etc/passwd | grep "bin:"&lt;BR /&gt;bin:*:2:2::/usr/bin:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;If bin has a UID of 0 then making an su to root wont prompt you a password.&lt;BR /&gt;&lt;BR /&gt;2) Check the .rhost files in your root user's home directory and your bin user's home directory if it at a + sign then they could rlogin back and forth w/o password.&lt;BR /&gt;&lt;BR /&gt;# cd /usr/bin&lt;BR /&gt;# more .rhosts&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# more .rhosts&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Nov 2000 14:45:01 GMT</pubDate>
    <dc:creator>f. halili</dc:creator>
    <dc:date>2000-11-09T14:45:01Z</dc:date>
    <item>
      <title>Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462635#M14695</link>
      <description>How do I put a password on Rootso when people su _ root it ask for a password</description>
      <pubDate>Tue, 07 Nov 2000 20:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462635#M14695</guid>
      <dc:creator>Tim Martens</dc:creator>
      <dc:date>2000-11-07T20:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462636#M14696</link>
      <description>Tim:&lt;BR /&gt;&lt;BR /&gt;su - root should always ask for a password, unless you are logged in as root.  If you are logged in as any other user, it will ask you for a password.&lt;BR /&gt;&lt;BR /&gt;HOWEVER, if you are root, you can su to any account without a password.</description>
      <pubDate>Tue, 07 Nov 2000 20:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462636#M14696</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-07T20:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462637#M14697</link>
      <description>Are you making this account UID=0? If so, it will ask for a passwd execpt coming from root. &lt;BR /&gt;&lt;BR /&gt;There are a lot of previous posts regarding the multiple UID=0 accts. Do a SEARCH for additional info.</description>
      <pubDate>Tue, 07 Nov 2000 20:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462637#M14697</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-07T20:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462638#M14698</link>
      <description>Assuming that this is a new acct, issue the passwd root_so command to associate a passwd with the acct as well.</description>
      <pubDate>Tue, 07 Nov 2000 20:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462638#M14698</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-07T20:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462640#M14700</link>
      <description>Tim:  Like Rick mentioned, check your /etc/passwd and make sure that people in the bin group DO NOT have a UID of 0.  That would explain why they can su - without a passwd.  By the way, you might also want to do a find / -name "su" -print to search if there are other scripts called su that are executed instead of the normal su.  another check is to list your aliases ie. alias to make sure that there isn't a substitute for su in there.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 07 Nov 2000 21:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462640#M14700</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-07T21:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462641#M14701</link>
      <description>Being in the 'bin' group - that could be an issue.&lt;BR /&gt;&lt;BR /&gt;For the SQL prompt, is the environment being called from root?</description>
      <pubDate>Tue, 07 Nov 2000 21:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462641#M14701</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-07T21:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462642#M14702</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;I think that you will have to modify your .rhosts by removing the (+) which allow the user to do rlogin whitout being asked for password.&lt;BR /&gt;&lt;BR /&gt;Try it.&lt;BR /&gt;&lt;BR /&gt;Augusto</description>
      <pubDate>Wed, 08 Nov 2000 09:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462642#M14702</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-11-08T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462644#M14704</link>
      <description>The rhost is not a group. You can find/place .rhosts in the following locations.&lt;BR /&gt;$HOME/.rhosts&lt;BR /&gt;&lt;BR /&gt;This allows users to rlogin to other remote trusted systems without the use of passwds. For a user, they will rlogin to a new server as themselves without a passwd. For the root user, be careful as the root account now has access to all remote trusted systems without a passwd.&lt;BR /&gt;&lt;BR /&gt;Check the inetd.sec man pages as well. There is a lot you can do with the security.</description>
      <pubDate>Wed, 08 Nov 2000 19:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462644#M14704</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-08T19:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462645#M14705</link>
      <description>Your "bin" group has two users, bin and root.&lt;BR /&gt;If the application is logged in as root then su won't prompt you for a password.&lt;BR /&gt;If it is logged in as bin.&lt;BR /&gt;1 ) Check if bin has a user ID of 0.&lt;BR /&gt;# more /etc/passwd | grep "bin:"&lt;BR /&gt;&lt;BR /&gt;$ more /etc/passwd | grep "bin:"&lt;BR /&gt;bin:*:2:2::/usr/bin:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;If bin has a UID of 0 then making an su to root wont prompt you a password.&lt;BR /&gt;&lt;BR /&gt;2) Check the .rhost files in your root user's home directory and your bin user's home directory if it at a + sign then they could rlogin back and forth w/o password.&lt;BR /&gt;&lt;BR /&gt;# cd /usr/bin&lt;BR /&gt;# more .rhosts&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# more .rhosts&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2000 14:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2462645#M14705</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-11-09T14:45:01Z</dc:date>
    </item>
  </channel>
</rss>

