<?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: Giving a simple user administrativ privilages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774569#M75627</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please use the utility sudo.&lt;BR /&gt;&lt;BR /&gt;This allows you to define user groups, whom you can assign privileges.&lt;BR /&gt;&lt;BR /&gt;-Sukant</description>
    <pubDate>Mon, 29 Jul 2002 11:15:27 GMT</pubDate>
    <dc:creator>Sukant Naik</dc:creator>
    <dc:date>2002-07-29T11:15:27Z</dc:date>
    <item>
      <title>Giving a simple user administrativ privilages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774568#M75626</link>
      <description>Hi&lt;BR /&gt;I need help in something quiet simple (I Hope )&lt;BR /&gt;I want to give to simple user the privilege to copy hidden files (.profile and so on) to a home directory of other simple users, and change the ownership of the Home directory to the other user's username.&lt;BR /&gt;&lt;BR /&gt;I'm working on un HPUX-11 system with 500 users.&lt;BR /&gt;The reason I need it -  is that I???m planning to pass all user management to the organizational Help desk.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2002 11:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774568#M75626</guid>
      <dc:creator>Noa Harel_1</dc:creator>
      <dc:date>2002-07-29T11:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Giving a simple user administrativ privilages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774569#M75627</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please use the utility sudo.&lt;BR /&gt;&lt;BR /&gt;This allows you to define user groups, whom you can assign privileges.&lt;BR /&gt;&lt;BR /&gt;-Sukant</description>
      <pubDate>Mon, 29 Jul 2002 11:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774569#M75627</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-07-29T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Giving a simple user administrativ privilages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774570#M75628</link>
      <description>Along with sudo, you could also use Service Control Manager, SUID Shell Scripts (would not suggest it though), and Restricted SAM.&lt;BR /&gt;&lt;BR /&gt;If you are looking at handing over all the user management to the Helpdesk you may also require a way to reset passwords and enable accounts.&lt;BR /&gt;&lt;BR /&gt;You can find sudo here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.6/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can find Service Control Manager here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/NSM_products_list.html" target="_blank"&gt;http://www.software.hp.com/NSM_products_list.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The best thing about Service Control Manager (other than being free) is that you can incorporate other system and network management tasks into it.</description>
      <pubDate>Mon, 29 Jul 2002 11:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774570#M75628</guid>
      <dc:creator>Daimian Woznick</dc:creator>
      <dc:date>2002-07-29T11:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Giving a simple user administrativ privilages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774571#M75629</link>
      <description>I think sukant means the utility su&lt;BR /&gt;su - &lt;USER&gt; &lt;BR /&gt;&lt;BR /&gt;Give the administrator the grouprights the users also have &lt;BR /&gt;/etc/group&lt;BR /&gt;&lt;/USER&gt;</description>
      <pubDate>Mon, 29 Jul 2002 11:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774571#M75629</guid>
      <dc:creator>Geert Scholten</dc:creator>
      <dc:date>2002-07-29T11:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Giving a simple user administrativ privilages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774572#M75630</link>
      <description>Actually considering that you want to pass all user management over to your helpdesk then sukant is correct in suggesting sudo as this will allow you to give the required root permissions to setup new users, delete users , grant new/forgotten passwords, reactivate passwords etc etc.&lt;BR /&gt;&lt;BR /&gt;Install sudo from the binary listed above and then look at the man pages thus available for sudo and sudousers.</description>
      <pubDate>Mon, 29 Jul 2002 11:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774572#M75630</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2002-07-29T11:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Giving a simple user administrativ privilages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774573#M75631</link>
      <description>Noa&lt;BR /&gt;&lt;BR /&gt;I have succesfully implemented restricted SAM for this as Domian suggests.&lt;BR /&gt;&lt;BR /&gt;Create the user first, then using "sam -r" first remove any functions the user should not have then only add those they should have.  This way you can make sure that all files etc are in place that the "simple user" would need to perform. ;)&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Carlo</description>
      <pubDate>Mon, 29 Jul 2002 11:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/giving-a-simple-user-administrativ-privilages/m-p/2774573#M75631</guid>
      <dc:creator>Carlo Henrico_1</dc:creator>
      <dc:date>2002-07-29T11:40:44Z</dc:date>
    </item>
  </channel>
</rss>

