<?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 User creation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910023#M107079</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to create a user who should be able to control all others user's home directories should be able to create/delete/modify contents of the other user's files/directories. How can I accomplish this??. But, that user should not have any special privileges on other directories than /home.&lt;BR /&gt;&lt;BR /&gt;Pl. help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
    <pubDate>Fri, 21 Feb 2003 05:38:03 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2003-02-21T05:38:03Z</dc:date>
    <item>
      <title>User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910023#M107079</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to create a user who should be able to control all others user's home directories should be able to create/delete/modify contents of the other user's files/directories. How can I accomplish this??. But, that user should not have any special privileges on other directories than /home.&lt;BR /&gt;&lt;BR /&gt;Pl. help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Fri, 21 Feb 2003 05:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910023#M107079</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-02-21T05:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910024#M107080</link>
      <description>Hi Karthik,&lt;BR /&gt;&lt;BR /&gt;SUDO is ideal for you. It is easy to setup and install. You can get sudo from HP's porting site.&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;More information including FAQ is available at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.courtesan.com" target="_blank"&gt;http://www.courtesan.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will have to manipulate sudoers configuration file to achieve what you need.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Feb 2003 05:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910024#M107080</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-21T05:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910025#M107081</link>
      <description>You can use sudo(Superuser do) utility.&lt;BR /&gt;&lt;BR /&gt;With this you can give waht commands a user can run.</description>
      <pubDate>Fri, 21 Feb 2003 05:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910025#M107081</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-02-21T05:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910026#M107082</link>
      <description>Create any user and give him restricted SAM access. Give him only user administration and dont give anything else.&lt;BR /&gt;&lt;BR /&gt;then he can delete, add and modify users</description>
      <pubDate>Fri, 21 Feb 2003 05:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910026#M107082</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-02-21T05:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910027#M107083</link>
      <description>Another thing I would suggested is &lt;BR /&gt;having a restricted SAM account.&lt;BR /&gt;Do a sam -r from root&lt;BR /&gt;&lt;BR /&gt;#sam -r&lt;BR /&gt;&lt;BR /&gt;Give the requied file access permissions to the user you are planning to.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 21 Feb 2003 05:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910027#M107083</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-21T05:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910028#M107084</link>
      <description>Hi karthik,&lt;BR /&gt;&lt;BR /&gt;sudo is the best suit for this operation as said by Sri</description>
      <pubDate>Fri, 21 Feb 2003 05:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910028#M107084</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-21T05:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910029#M107085</link>
      <description>You will need to set up sudo, as suggested. You could make changes to the directory permissions and create a group that controls it with permissions of 775. &lt;BR /&gt;&lt;BR /&gt;you can't really use a restricted 'sam' as it is captive. You won't be able to modify directory/file conetents from there.</description>
      <pubDate>Fri, 21 Feb 2003 07:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910029#M107085</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-02-21T07:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910030#M107086</link>
      <description>Also there would be other way like using ACL's&lt;BR /&gt;If you have JFS3.3 version then you can use them.&lt;BR /&gt;&lt;BR /&gt;MOst prefer sudo,then that should be the right choice.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 21 Feb 2003 07:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910030#M107086</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-21T07:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910031#M107087</link>
      <description>I'm not sure about sudo.  How can u accomplish access to all homedir-files and no other files ?</description>
      <pubDate>Fri, 21 Feb 2003 08:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910031#M107087</guid>
      <dc:creator>Systeemingenieurs Infoc</dc:creator>
      <dc:date>2003-02-21T08:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910032#M107088</link>
      <description>Yeah .. I agree with you. Could any one suggest me how do I set the user and command alias to accomplish the required task? (i.e. the user should have full access only on /home)..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Fri, 21 Feb 2003 11:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910032#M107088</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-02-21T11:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910033#M107089</link>
      <description>I agree, Karthik.  Sudo, in this case is "nodo".  It won't accomplish what you want.  Michael's suggestion about creating a controlling group that would have access to /home/* would seem to be the most likely solution.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 21 Feb 2003 11:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910033#M107089</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-21T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910034#M107090</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;But even if I create a group with 775 permissions for /home/* if a user creates a file with 077 permission then that group owner cant do anything about it right??. I am more confused now :-( &lt;BR /&gt;&lt;BR /&gt;Pl. help&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Fri, 21 Feb 2003 12:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910034#M107090</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-02-21T12:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910035#M107091</link>
      <description>Sorry, Karthik, I mis-read Michael's post.  He's suggesting a combination of sudo and group permissions and I'm not sure quite how that would work.&lt;BR /&gt;&lt;BR /&gt;I'm as confused as you now.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 21 Feb 2003 12:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910035#M107091</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-21T12:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910036#M107092</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I found some workaround for this task. i.e giving a particular user the "su" access to login as other user save root.&lt;BR /&gt;&lt;BR /&gt;Host_Alias             SERVERS=host1&lt;BR /&gt;&lt;BR /&gt;suhome                 SERVERS=/bin/su ?*,!/bin/su root,!/bin/su - root&lt;BR /&gt;&lt;BR /&gt;The user suhome will be able to login as any other user in the system but not as root. But this still may have some security risk. Could anyone suggest me if there are some other ways to do it??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Fri, 21 Feb 2003 13:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910036#M107092</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-02-21T13:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: User creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910037#M107093</link>
      <description>I see 2 solutions :&lt;BR /&gt;&lt;BR /&gt;1. write scripts for every functionality u want to give tot the admin : create dir, rempove dir, ... (no vi plz). Then let him execute the scripts via sudo.&lt;BR /&gt;&lt;BR /&gt;2. use samba : create a service for /home and allow you admin to map it on his windoz.  He'll be able to mess around with the files at will.  1 thing : do a "force user=root" (i hope that's a good idea, but at first sight it is).</description>
      <pubDate>Fri, 21 Feb 2003 13:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-creation/m-p/2910037#M107093</guid>
      <dc:creator>Systeemingenieurs Infoc</dc:creator>
      <dc:date>2003-02-21T13:27:22Z</dc:date>
    </item>
  </channel>
</rss>

