- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to login using a duplicate user ID
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
04-18-2004 05:55 PM
04-18-2004 05:55 PM
We have HP-UX B.11.11 U 9000/800 (model 9000/800/rp7410).
We have user id "mfg" used for login to an ERP application MFG/Pro.
Today I found that there were duplicate entry for "mfg" in the /etc/passwd as below:
mfg:qDfssss:65535:65535::/home/mfg:/usr/bin/ksh
mfg:Yg2kg/6Q:65535:20:Q/Admin,mfg,mfg,:/home/mfg:/usr/bin/ksh
When I tried to login using "mfg", it gives error "incorrect login", but when I logged in with my userid "niranjan" & then under Unix prompt I again typed "login mfg", it allows me to get in.
ANy help??
Thanks
Niranjan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 05:59 PM
04-18-2004 05:59 PM
Re: Unable to login using a duplicate user ID
# vipw
remove the entry and the save the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 06:03 PM
04-18-2004 06:03 PM
Re: Unable to login using a duplicate user ID
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 06:03 PM
04-18-2004 06:03 PM
Re: Unable to login using a duplicate user ID
Duplicate user name is not allowed.
User login name is unique. Unless ids other can be shared.
U have to remove one user ID.
By seeing the lines, both the ids are having same home directory, and shell
Note down, UID is same but GID is different) Have a look which one is required, only that!!!
suresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 06:04 PM
04-18-2004 06:04 PM
Re: Unable to login using a duplicate user ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 06:22 PM
04-18-2004 06:22 PM
Re: Unable to login using a duplicate user ID
Thanks for the response.
I deleted the following line from passwd file using vipw:
mfg:Yg2kg/6Q:65535:20:Q/Admin,mfg,mfg,:/home/mfg:/usr/bin/ksh
And then I tried to login with "mfg", I am still facing the same problem. I cannot login directly with "mfg" id. It says login incorrect.
Any insight on this ?
Thanks
Niranjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 06:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 06:31 PM
04-18-2004 06:31 PM
Re: Unable to login using a duplicate user ID
2. If that also doesn;t work, delete all existing mfg and create the user again with SAM or useradd command.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 06:45 PM
04-18-2004 06:45 PM
Re: Unable to login using a duplicate user ID
Thanks for the solution.
After changing the password I am now able to login.
The problem was: the old password contained "#" b-coz of which the unix is NOT allowing direct login.
But why is it like that? Is there any connection between "#" in passwords and direct login ? It allows us to change the password to "#" but it restricts us from direct login with that password.
Regards,
Niranjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 06:50 PM
04-18-2004 06:50 PM
Re: Unable to login using a duplicate user ID
special character allowed is
- _ *
suresh