<?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 privilege in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346809#M344321</link>
    <description>I agree with the postings above. I wouldn't give root privileges to a user. I would use sudo as stated and just allow the user certain root commands.&lt;BR /&gt;&lt;BR /&gt;sp, &lt;BR /&gt;</description>
    <pubDate>Wed, 28 Jan 2009 18:46:07 GMT</pubDate>
    <dc:creator>Sp4admin</dc:creator>
    <dc:date>2009-01-28T18:46:07Z</dc:date>
    <item>
      <title>root privilege</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346804#M344316</link>
      <description>i want to give the root privileges to a user 'toto'. How can i configure it?&lt;BR /&gt;&lt;BR /&gt;i need your help please</description>
      <pubDate>Wed, 28 Jan 2009 16:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346804#M344316</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2009-01-28T16:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: root privilege</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346805#M344317</link>
      <description>Sudo is good option.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Install sudo first from &lt;A href="http://www.gratisoft.us/sudo/intro.html" target="_blank"&gt;http://www.gratisoft.us/sudo/intro.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do "visudo". I have given basic configuration to assigh user 'toto' on machine "HP" to run "su - root" command &lt;BR /&gt;&lt;BR /&gt;Host_Alias SMS=HP&lt;BR /&gt;&lt;BR /&gt;User_Alias SUSER=toto &lt;BR /&gt;&lt;BR /&gt;Runas_Alias ADM = root, !root* &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cmnd_Alias SUROOT=/usr/bin/su -, /usr/bin/su - root &lt;BR /&gt;&lt;BR /&gt;SUSER SMS=(ALL) NOPASSWD: SUROOT</description>
      <pubDate>Wed, 28 Jan 2009 16:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346805#M344317</guid>
      <dc:creator>Yashwant</dc:creator>
      <dc:date>2009-01-28T16:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: root privilege</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346806#M344318</link>
      <description>As suggested above, sudo is the good-enough and free solution. But if you will need any sort of sccountability (for audit purposes  and more) you need to look into Symark's PowerBroker application. It is not cheap by any means but does the job perfectly well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.symark.com" target="_blank"&gt;http://www.symark.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;then follow the navigation to PowerBroker product.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Wed, 28 Jan 2009 16:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346806#M344318</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-01-28T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: root privilege</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346807#M344319</link>
      <description>You could also look into using restricted SAM (sam -r), wherein you set the user up as a restricted SAM user who has access to selected SAM functions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 28 Jan 2009 16:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346807#M344319</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-01-28T16:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: root privilege</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346808#M344320</link>
      <description>If you are on 11iv2 (11.23) or 11iv3 (11.31) the Role Based Access Control (RBAC) may be an option as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 16:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346808#M344320</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-01-28T16:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: root privilege</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346809#M344321</link>
      <description>I agree with the postings above. I wouldn't give root privileges to a user. I would use sudo as stated and just allow the user certain root commands.&lt;BR /&gt;&lt;BR /&gt;sp, &lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 18:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-privilege/m-p/4346809#M344321</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2009-01-28T18:46:07Z</dc:date>
    </item>
  </channel>
</rss>

