<?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: diff between non root users and root users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489992#M363563</link>
    <description>sam -r is gone at 11.31 so &lt;BR /&gt;&lt;BR /&gt;Role based access control is probably the best solution&lt;BR /&gt;&lt;BR /&gt;look up roleadm&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Sep 2009 23:45:32 GMT</pubDate>
    <dc:creator>Emil Velez</dc:creator>
    <dc:date>2009-09-01T23:45:32Z</dc:date>
    <item>
      <title>diff between non root users and root users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489988#M363559</link>
      <description>bdf ,, glance , top commands are executed by both root and non root users , but some administrative commands are not able to run by non root users..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i need to give permission for the non root users to execute  printers related  command alone  and for other administrative commands non root user should not have permission ,, &lt;BR /&gt;how can i do it..&lt;BR /&gt;&lt;BR /&gt;this is for my knowledge base &lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 18:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489988#M363559</guid>
      <dc:creator>madhudeepan</dc:creator>
      <dc:date>2009-09-01T18:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: diff between non root users and root users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489989#M363560</link>
      <description>You can use sudo to do it. For more info, you can check man sudo, man sudoers, man visudo.</description>
      <pubDate>Tue, 01 Sep 2009 18:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489989#M363560</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-09-01T18:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: diff between non root users and root users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489990#M363561</link>
      <description>Or give them access to restricted SAM (sam -r).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 01 Sep 2009 18:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489990#M363561</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-09-01T18:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: diff between non root users and root users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489991#M363562</link>
      <description>I would prefer to use restricted SAM (sam -r).&lt;BR /&gt;Also , role-based access control (RBAC) can be useful.</description>
      <pubDate>Tue, 01 Sep 2009 19:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489991#M363562</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-09-01T19:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: diff between non root users and root users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489992#M363563</link>
      <description>sam -r is gone at 11.31 so &lt;BR /&gt;&lt;BR /&gt;Role based access control is probably the best solution&lt;BR /&gt;&lt;BR /&gt;look up roleadm&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 23:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489992#M363563</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-09-01T23:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: diff between non root users and root users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489993#M363564</link>
      <description>Hakki and Emil,&lt;BR /&gt;&lt;BR /&gt;R u sure role-based access control (RBAC) is part of HP-UX?I hope this utility is used in Solaris.&lt;BR /&gt;&lt;BR /&gt;Madhudeepan,&lt;BR /&gt;&lt;BR /&gt;Regarding Giving access to perticular commands you can either use SAM -r, but i would prefer,sudo utility only.Because logs are not generated with SAM as this is TUI (Terminal User Interface).&lt;BR /&gt;&lt;BR /&gt;In sudo utility,the commands whichever run by root privillaged user can be tracked.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Yogesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 03:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489993#M363564</guid>
      <dc:creator>Yogesh M Puranik</dc:creator>
      <dc:date>2009-09-02T03:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: diff between non root users and root users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489994#M363565</link>
      <description>&amp;gt;Yogesh: Are you sure role-based access control (RBAC) is part of HP-UX?&lt;BR /&gt;&lt;BR /&gt;Very sure, for free:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-4853/index.html" target="_blank"&gt;http://docs.hp.com/en/5991-4853/index.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SecurityExt" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SecurityExt&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1215907" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1215907&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1206541" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1206541&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1204720" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1204720&lt;/A&gt;</description>
      <pubDate>Wed, 02 Sep 2009 04:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-between-non-root-users-and-root-users/m-p/4489994#M363565</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-09-02T04:10:25Z</dc:date>
    </item>
  </channel>
</rss>

