- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with User Creation.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:06 PM
12-22-2005 04:06 PM
My customer wants a new user id say testxxx Which should have the same password of an already existing id say xxx.
I created the user testxxx and edited the password field of the testxxx with the password entry of xxx.
But after that when i try to su to that testxxx id it's giving the following problem.
"If you are not authorized to access or use this system, disconnect now.
If you have display problems please make sure your terminal is set
to 'vt100'.
Connecting with bshell...
Connection established.
/msl4/baan/bse/lib/defaults/bspilerh.ksh[102]: test: argument expected
ba6.1: Not authorized to run as user 'testxxx'
/msl4/baan/bse/lib/defaults/bspilerh.ksh[102]: test: argument expected
Error [main ]: Can't connect to bshell
logout "
Note : I've specified the shell for the user as /usr/bin/sh but i dont know how bshell came into picture here.
Thanks in Advance for all your suggestions.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:15 PM
12-22-2005 04:15 PM
SolutionMaybe 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.
grep new_id /etc/passwd
grep old_id /etc/passwd
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:16 PM
12-22-2005 04:16 PM
Re: Problem with User Creation.
the script has problems with it. Check line 102 of that script.
You may also want to run that script with debugging enabled and check where it errors out. set -vx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:18 PM
12-22-2005 04:18 PM
Re: Problem with User Creation.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:23 PM
12-22-2005 04:23 PM
Re: Problem with User Creation.
Infact when you execute #su
Please try #su -
HtH,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:28 PM
12-22-2005 04:28 PM
Re: Problem with User Creation.
testxxx:b2ylZhpPzrKj.:156:125:OPPR_ascii,787-890-0500:/home/testxxx:/usr/bin/sh
xxx:YoQxRlZeWTh42,B.CR:248:125: OPPR_ascii,,:/home/xxx:/usr/bin/sh
And as suggested i'm checking the .profile file now.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:41 PM
12-22-2005 04:41 PM
Re: Problem with User Creation.
The problem was with the script called by the /etc/profile.
Thanks guys.
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 05:12 PM
12-22-2005 05:12 PM
Re: Problem with User Creation.
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
-Arun