<?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 Root equivelant in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416361#M764944</link>
    <description>How can I make a user (my account) have the same privileges as root, ie.. be &lt;BR /&gt;able to open sam and reactivate roots password if it gets locked out.  Also is &lt;BR /&gt;there a way to set root up so that it can be locked out everywhere after three &lt;BR /&gt;tries EXCEPT at the system console??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scott Rope</description>
    <pubDate>Mon, 29 Nov 1999 14:02:43 GMT</pubDate>
    <dc:creator>Scott Rope_1</dc:creator>
    <dc:date>1999-11-29T14:02:43Z</dc:date>
    <item>
      <title>Root equivelant</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416361#M764944</link>
      <description>How can I make a user (my account) have the same privileges as root, ie.. be &lt;BR /&gt;able to open sam and reactivate roots password if it gets locked out.  Also is &lt;BR /&gt;there a way to set root up so that it can be locked out everywhere after three &lt;BR /&gt;tries EXCEPT at the system console??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scott Rope</description>
      <pubDate>Mon, 29 Nov 1999 14:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416361#M764944</guid>
      <dc:creator>Scott Rope_1</dc:creator>
      <dc:date>1999-11-29T14:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Root equivelant</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416362#M764945</link>
      <description>The only way to have the same privileges as root is to be root, or a root &lt;BR /&gt;equivalent. Change your UID in the passwd file to 0 (zero), and you're root &lt;BR /&gt;automagically from then on.&lt;BR /&gt;&lt;BR /&gt;Sam is a little different than other tools. It does its own checking to see if &lt;BR /&gt;the user is a root user. If not, it spits a nice warning message, then exits. &lt;BR /&gt;You might be able to wrangle some funky Sam access thru sneaky use of suid &lt;BR /&gt;scripts, but I wouldn't recommend it.&lt;BR /&gt;&lt;BR /&gt;As for the three strikes lockout problem, I don't think there is a distinction &lt;BR /&gt;made between a console login and some other type of attempt -- probably by &lt;BR /&gt;design -- so there's no way to disable lockout for different modes.&lt;BR /&gt;&lt;BR /&gt;MrNeil</description>
      <pubDate>Mon, 29 Nov 1999 14:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416362#M764945</guid>
      <dc:creator>Neil Gast_1</dc:creator>
      <dc:date>1999-11-29T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Root equivelant</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416363#M764946</link>
      <description>Sam actually works a little easier as you can start sam with a -r which invokes &lt;BR /&gt;the restricted SAM builder you can then go in and enable everything for a &lt;BR /&gt;particular user.  There are a few restrictions that apply but you can get a lot &lt;BR /&gt;of functionality for a specific user this way instead of giving them root &lt;BR /&gt;access.</description>
      <pubDate>Mon, 29 Nov 1999 14:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416363#M764946</guid>
      <dc:creator>Anthony Goonetilleke_1</dc:creator>
      <dc:date>1999-11-29T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Root equivelant</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416364#M764947</link>
      <description>Actually there is a way to lockout root everywhere but the console - it's &lt;BR /&gt;called truting your system. When the system is trusted, any user who fails a &lt;BR /&gt;login 3 times gets their account locked, including root. However, root can &lt;BR /&gt;still login from the console even when the account is locked.</description>
      <pubDate>Mon, 29 Nov 1999 16:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416364#M764947</guid>
      <dc:creator>Dan Hull</dc:creator>
      <dc:date>1999-11-29T16:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Root equivelant</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416365#M764948</link>
      <description>For the special purpouse to logon onto a locked account, it might work to use &lt;BR /&gt;the  file .rhosts&lt;BR /&gt;Assuming that the locked user is named lock and the user, who wants to login on &lt;BR /&gt;his accout is named me and the host where both of them resite is called host1 &lt;BR /&gt;it may look like this:&lt;BR /&gt;&lt;BR /&gt;Before anything goes wrong, create the file .rhosts in the home-directory of &lt;BR /&gt;the user (e.g. /home/lock). Insert a line withe the hostname in it and the name &lt;BR /&gt;of the user who should have permission to log on for him:&lt;BR /&gt;host1 me&lt;BR /&gt;&lt;BR /&gt;Then, if things went wrong, and the user 'lock' has been locked, use 'me' could &lt;BR /&gt;use the rlogin-statement to login for him.&lt;BR /&gt;&lt;BR /&gt;rlogin host1 -s lock&lt;BR /&gt;&lt;BR /&gt;If 'me' and 'lock' reside on different hosts, the host of 'me' should be in the &lt;BR /&gt;/etc/hosts.equiv of host1 (lock's host).&lt;BR /&gt;&lt;BR /&gt;It even works with the user 'root', but beware that a .rhosts file in the &lt;BR /&gt;home-directory of root is a security leak! DO NOT GIVE TOO MUCH READ OR &lt;BR /&gt;WRITE-PERMISSIONS to the .rhosts-file&lt;BR /&gt;&lt;BR /&gt;I do not really know, if it even works on a trusted system (mail me, if it &lt;BR /&gt;does)&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 01 Dec 1999 07:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-equivelant/m-p/2416365#M764948</guid>
      <dc:creator>Michael Starogardzki_1</dc:creator>
      <dc:date>1999-12-01T07:20:26Z</dc:date>
    </item>
  </channel>
</rss>

