<?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: Problem with User Creation. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697215#M248602</link>
    <description>Hello Siva, To keep up the forum's spirit, assign points.. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Fri, 23 Dec 2005 01:12:03 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-12-23T01:12:03Z</dc:date>
    <item>
      <title>Problem with User Creation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697208#M248595</link>
      <description>Hi,&lt;BR /&gt;My customer wants a new user id say testxxx Which should have the same password of an already existing id say xxx.&lt;BR /&gt;&lt;BR /&gt;I created the user testxxx and edited the password field of the testxxx with the password entry of xxx.&lt;BR /&gt;&lt;BR /&gt;But after that when i try to su to that testxxx id it's giving the following problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"If you are not authorized to access or use this system, disconnect now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have display problems please make sure your terminal is set&lt;BR /&gt;to 'vt100'.&lt;BR /&gt;Connecting with bshell...&lt;BR /&gt;Connection established.&lt;BR /&gt;/msl4/baan/bse/lib/defaults/bspilerh.ksh[102]: test: argument expected&lt;BR /&gt;ba6.1: Not authorized to run as user 'testxxx'&lt;BR /&gt;/msl4/baan/bse/lib/defaults/bspilerh.ksh[102]: test: argument expected&lt;BR /&gt;Error [main                     ]: Can't connect to bshell&lt;BR /&gt;logout "&lt;BR /&gt;&lt;BR /&gt;Note :  I've specified the shell for the user as /usr/bin/sh but i dont know how bshell came into picture here.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance for all your suggestions.</description>
      <pubDate>Fri, 23 Dec 2005 00:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697208#M248595</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2005-12-23T00:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Creation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697209#M248596</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe you copied the .profile from the old user to the new user and the old user .profile has something of that kind. Or this could be the default skeleton .profile or part of /etc/profile. Could be anything. Rename the .profile in the user's home directory and try. Do a grep on the new user id and the old user id and paste it over here.&lt;BR /&gt;&lt;BR /&gt;grep new_id /etc/passwd&lt;BR /&gt;grep old_id /etc/passwd&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Dec 2005 00:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697209#M248596</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-12-23T00:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Creation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697210#M248597</link>
      <description>Check what calls script "/msl4/baan/bse/lib/defaults/bspilerh.ksh" It soulc be /etc/profiel or .profile for the user.&lt;BR /&gt;&lt;BR /&gt;the script has problems with it. Check line 102 of that script.&lt;BR /&gt;&lt;BR /&gt;You may also want to run that script with debugging enabled and check where it errors out. set -vx</description>
      <pubDate>Fri, 23 Dec 2005 00:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697210#M248597</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-12-23T00:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Creation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697211#M248598</link>
      <description>Check $HOME/.profile to see any calls to bspilerh.ksh. I think you have copied .profile from xxx to testxxx. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 23 Dec 2005 00:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697211#M248598</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-23T00:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Creation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697212#M248599</link>
      <description>Dear Siva,&lt;BR /&gt;&lt;BR /&gt;Infact when you execute #su &lt;NEW_USER&gt; the profile wont get executed.&lt;BR /&gt;&lt;BR /&gt;Please try #su - &lt;NEW_USER&gt; , the "-" option makes the profile to get executed and all VARIABLES ( like , TERM) will be set.&lt;BR /&gt;&lt;BR /&gt;HtH,&lt;BR /&gt;&lt;BR /&gt;Siva.&lt;/NEW_USER&gt;&lt;/NEW_USER&gt;</description>
      <pubDate>Fri, 23 Dec 2005 00:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697212#M248599</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2005-12-23T00:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Creation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697213#M248600</link>
      <description>Sanjay ,&lt;BR /&gt;&lt;BR /&gt;testxxx:b2ylZhpPzrKj.:156:125:OPPR_ascii,787-890-0500:/home/testxxx:/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;xxx:YoQxRlZeWTh42,B.CR:248:125: OPPR_ascii,,:/home/xxx:/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;And as suggested i'm checking the .profile file now.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
      <pubDate>Fri, 23 Dec 2005 00:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697213#M248600</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2005-12-23T00:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Creation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697214#M248601</link>
      <description>Thanks All,&lt;BR /&gt;&lt;BR /&gt;The problem was with the script called by the /etc/profile.&lt;BR /&gt;&lt;BR /&gt;Thanks guys.&lt;BR /&gt;&lt;BR /&gt;Siva</description>
      <pubDate>Fri, 23 Dec 2005 00:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697214#M248601</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2005-12-23T00:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Creation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697215#M248602</link>
      <description>Hello Siva, To keep up the forum's spirit, assign points.. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 23 Dec 2005 01:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-creation/m-p/3697215#M248602</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-23T01:12:03Z</dc:date>
    </item>
  </channel>
</rss>

