- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- user name's login problem on HPUX 111.00
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
07-21-2003 01:43 AM
07-21-2003 01:43 AM
We have some workstations HPUX 10.20 and 11.00 in a same LAN. We use NIS pages for passwd and group files in this LAN.
Some users can work on hp-ux 10.20 and hp-ux 11.00 whith the same login name whithout problems.
But when the login name has more than 8 caracters, connection on hp-ux 10.20 is OK but on hp-ux 11.0, connection is refused.
Do you know this problem?
Does patch exist to solve this?
Thanks for your responses, regards
MDH
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 02:14 AM
07-21-2003 02:14 AM
Re: user name's login problem on HPUX 111.00
in hpux 11.0, if it is untrusted, user login are allowed only 8 chars.
If they are 9 or more, only the first 8 chars are used for isentifying the user, so your users might not be able to login, because they don't supply the correct password... for the user with their first 8 chars !
I think that 10.20 has some minor bug that let you login the same...
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 02:21 AM
07-21-2003 02:21 AM
Re: user name's login problem on HPUX 111.00
If you really, really, really HAVE to have login names longer than 8 characters then PHCO_26089 is the libpam patch that allows it. Please read the patch text first - it explains how to enable long login names. It is not a good idea to do this - you will find that it breaks a number of commands.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 02:23 AM
07-21-2003 02:23 AM
SolutionHere's a good discussion on the subject, along with some links to TKB documents:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x70b8cf38d6bdd5118ff10090279cd0f9,00.html
The summary is, while it may be possible to force your system to accept login names longer that 8 characters, you would be better off to limit the length of the names.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 10:12 PM
07-22-2003 10:12 PM
Re: user name's login problem on HPUX 111.00
So we choose this solution: for the username has more than 8 caracters we declare an another username whith less than 8 caracters whith same UID and GID.
Connexion is with well and it work correctly.
regards
MDH