- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- User login problem-special char in the 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-09-2009 12:05 AM
04-09-2009 12:05 AM
We have created one NIS account(user id: pt_submit).I m not able to login to HPUX box by using this account as it has special char(_) and more than 8 chars.getting the below error
*************
login: pt_submit
Login incorrect
login:
**********
How to slove this problem?.
FYI: i m able to telnet to linux machine with this account(pt_submit);
Regards,
Srinu.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 12:44 AM
04-09-2009 12:44 AM
Re: User login problem-special char in the user id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 12:46 AM
04-09-2009 12:46 AM
Re: User login problem-special char in the user id
but just an non-interactive script, and to my
surprise it said: login incorrect.
so it appears login prompt thing with none-interactiveness
Or you rewrite the login executable to allow it.
Or ensure your account names are compliant with non-interactive behaviour.
function logon
{
sleep 3
print pt_submit
sleep 4
print password
sleep 3
print TTY=$(eval tty | awk -F "/dev/" {' print $2'})
print DISPLAY=$(who -u | grep $TTY | awk {' print $8 '}):0.0
print print $DISPLAY
print ps
print sleep 2
}
logon | telnet $1
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 12:52 AM
04-09-2009 12:52 AM
Re: User login problem-special char in the user id
I m using 11.11i OS.
NO.. I want to use more than 8 chars.
Regards srinu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 12:57 AM
04-09-2009 12:57 AM
Re: User login problem-special char in the user id
print pt_submit
with
print pt_submt
and that worked,
so it seems the 8 char is a limit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 01:02 AM
04-09-2009 01:02 AM
Re: User login problem-special char in the user id
This isn't available unless you have support of long user and group names on 11.31.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 01:10 AM
04-09-2009 01:10 AM
Re: User login problem-special char in the user id
I'm afraid that is not possible on 11.11
see man 4 passwd.
If you were on 11.31, you could do it first to enable by lugadmin -e, but in this release it's not possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 01:14 AM
04-09-2009 01:14 AM
Solutionhttp://www.docs.hp.com/en/5992-4118/longusername_white_paper_updated.pdf