<?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: SAM user account in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632692#M41633</link>
    <description>Hi Teck,&lt;BR /&gt;&lt;BR /&gt;This should be done in /etc/profile&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Dec 2001 15:39:17 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-12-19T15:39:17Z</dc:date>
    <item>
      <title>SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632685#M41626</link>
      <description>I don't know what the terminology for my problem, but apparently, users whom I created through SAM, not only can access to A server of which I created through SAM, but they also can log in to other servers even though they have no home directory there.&lt;BR /&gt;&lt;BR /&gt;I log on to SAM on "A" server, and clicked on NIS Users to create a new user. I click on Option, and Add, and also create default home directory.  Default start up program is /usr/bin/sh, and set the password, and click OK.&lt;BR /&gt;The following message appears "One of more changes were made in the Users and Groups area that will result in changes to the NIS maps", and I clicked YES.&lt;BR /&gt;&lt;BR /&gt;Now, when I go to another server "B", and I can log in and move around the operating system without a home directory, and I am able to create a file or something.&lt;BR /&gt;&lt;BR /&gt;Is there any way I can restrict any access to other server except the server "A" where I ran SAM to create this user?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Teck.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Dec 2001 20:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632685#M41626</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2001-12-18T20:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632686#M41627</link>
      <description>you need create a local user, not an NIS user</description>
      <pubDate>Tue, 18 Dec 2001 20:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632686#M41627</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-18T20:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632687#M41628</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;Once you enter the User window in SAM, select "local users" instead of "NIS users". This will create a local user for ur system.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 18 Dec 2001 20:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632687#M41628</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-18T20:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632688#M41629</link>
      <description>Hi Teck,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=c9ceb685031c3cbd5e/screen=ckiDisplayDocument?docId=200000026600846" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=c9ceb685031c3cbd5e/screen=ckiDisplayDocument?docId=200000026600846&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Alternately you can add a user as local user and not as NIS user. For that the user entry should be available onlt in the /etc/passwd file of that system and not in the password map of NIS.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Dec 2001 22:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632688#M41629</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-18T22:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632689#M41630</link>
      <description>1)I only have Group and NIS users icons in SAM.&lt;BR /&gt;&lt;BR /&gt;2)I created a test.sh with the work around code:&lt;BR /&gt;if [ ! -d $HOME ]&lt;BR /&gt;then&lt;BR /&gt;  echo "Cannot cd to $HOME....exiting"&lt;BR /&gt;  echo "exit"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;but it didn't exit or log out the user.&lt;BR /&gt;&lt;BR /&gt;3)Which .profile should I edit?&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Teck</description>
      <pubDate>Wed, 19 Dec 2001 15:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632689#M41630</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2001-12-19T15:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632690#M41631</link>
      <description>you can put it in /etc/profile (no dot).  you can create a local user by running the useradd command.</description>
      <pubDate>Wed, 19 Dec 2001 15:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632690#M41631</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-19T15:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632691#M41632</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;U can create local user with 'useradd' command. It will create a local user.&lt;BR /&gt;&lt;BR /&gt;see man useradd&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 19 Dec 2001 15:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632691#M41632</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-19T15:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632692#M41633</link>
      <description>Hi Teck,&lt;BR /&gt;&lt;BR /&gt;This should be done in /etc/profile&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Dec 2001 15:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632692#M41633</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-19T15:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632693#M41634</link>
      <description>Since all my user accounts (more than 100) were created in NIS users in SAM in Server A, is there anyway at all I can log out users from entering to other servers?&lt;BR /&gt;I have try the work around script, and edited in /etc/profile, and it doesn't not log out users from entering to the server, like the OS level.&lt;BR /&gt;Anyone can help?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 19 Dec 2001 18:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632693#M41634</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2001-12-19T18:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632694#M41635</link>
      <description>Your test script has:&lt;BR /&gt;&lt;BR /&gt;echo "exit"&lt;BR /&gt;&lt;BR /&gt;instead of just:&lt;BR /&gt;&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;Try putting it in /etc/profile.  It should work just fine.  I just tested it.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 20 Dec 2001 23:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632694#M41635</guid>
      <dc:creator>Steve Miller_4</dc:creator>
      <dc:date>2001-12-20T23:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAM user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632695#M41636</link>
      <description>Thank you so much to all.  Everything is working just fine now.&lt;BR /&gt;Have a wonderful holiday!</description>
      <pubDate>Fri, 21 Dec 2001 13:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-user-account/m-p/2632695#M41636</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2001-12-21T13:13:45Z</dc:date>
    </item>
  </channel>
</rss>

