- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Users
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
08-29-2001 11:44 PM
08-29-2001 11:44 PM
Does anyone know how to add a user with more than 8 characters ?
On 10.20 it's simple, adduser .... and edit the passwd file. works, but on 11.0 it won't work. I do not have enhanced security issues installed.
Why more than 8 characters ?
It would be nice to have the same loginname as the PC network and there are a lot of people with > 8 characters in their name.
Ps. Firing them is not a solution
Thanks in advance,
Lucien Wolfs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 11:54 PM
08-29-2001 11:54 PM
Re: Users
On 11.0 you will have to convert to a trsuted system (tsconvert) to use login names > 8 characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 11:58 PM
08-29-2001 11:58 PM
Re: Users
this issue is not solve in 11.00 .
i know that there was apatch for 10.20 that handle this issue but in 11.00 you cant use users more then 8 char beside the trusted system.
what you can try is to define a username of 8 char and if you have in the p.c a username with more then 8 char takes the 8 first 8 char and define this user because hp-ux is ignoring the chars after the 8 char.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 12:12 AM
08-30-2001 12:12 AM
Re: Users
The man page for passwd on 11.0 says;
Password Construction Requirements
Passwords must be constructed to meet the following requirements:
A password must have at least six characters. Only the first
eight characters are significant in an untrusted system.
This implies, does it not, that in a trusted system under 11.0 that login names > 8 chars are not ignored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 12:47 AM
08-30-2001 12:47 AM
Re: Users
I converted a system to trusted (tsconvert). This runs very fast and is no reversible (?).
Well, users with a 8+ name are not accepted.
Now I have to figure out a way to go back to the pre-tsconvert.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 12:51 AM
08-30-2001 12:51 AM
Re: Users
/usr/lbin/tsconvert -r
to go back to untrusted mode
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 02:23 AM
08-30-2001 02:23 AM
Re: Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 02:33 AM
08-30-2001 02:33 AM
Re: Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 02:50 AM
08-30-2001 02:50 AM
Re: Users
i agree that i was not clear .
here is the doc that i read about the password more then 8 char .
but this is not the issue because the cu ask about users and not password .
i saw a JAG about this problem and there was a patch dealing with this issue phco_21833
but i want first to install it to see if he is solving this issue .
Observe the following guidelines when choosing a password:
A password must have at least six characters and can have up to 80.
Special characters can include control characters and symbols such as
asterisks and slashes. In standard mode, only the first eight
characters are used. In trusted mode, all 80 are significant.
After a conversion to a Trusted System, only the first eight characters
of a converted password will be acceptable. Users who had a longer
password on the standard system must log in for the first time on the
Trusted System with only the first eight characters. Then they may
choose a longer password, if they desire. If a system is converted back
to standard mode, the passwords are truncated to the first eight
characters."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 03:32 AM
08-30-2001 03:32 AM
Solutionyou will need to install this patch : PHCO_24383 .
this deal with user that have loginname more then 8 char , it will not allow you to create a username in the unix more then 8 char .
please also read the :
Special Installation Instructions:
Terminate dtlogin(1) before installing this patch, and restart it again after the installation has completed.
Note that this will terminate all active CDE sessions. If this is not done, the installation could intermittently
fail if the /usr/lib/libpam.1 library is in use by the
dtlogin(1) program at the time this patch is installed.
For example:
# /usr/sbin/fuser /usr/lib/libpam.1
/usr/lib/libpam.1: 8541m
# ps -p8541
PID TTY TIME COMMAND
8541 pts/0 0:00 dtlogin
# /sbin/init.d/dtlogin.rc stop
# /sbin/init.d/dtlogin.rc start
tell me if you have more que ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 04:54 AM
08-30-2001 04:54 AM
Re: Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 12:00 PM
08-30-2001 12:00 PM
Re: Users
look here, a patch for HP-UX 11.00:
http://europe-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=08a884f7088f7337ba?PATCH_PATH=/hp-ux_patches/s700_800/11.X/PHCO_22265&HW=s800&OS=11.00
and even the superceeding patch has it:
http://europe-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=4e1f663907c1e652a9?PACH_NAM=PHCO_24838&HW=s800&OS=11.00
So, who is complaining? :-)
Well, I do: why is nobody using the "search" button?
It took me about 30 seconds to find this as the second
hit on "long username" searching in the "Patches"...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 12:24 PM
08-30-2001 12:24 PM
Re: Users
For that matter, take a look at this recent thread in the Forum [ from a Search there ;-) ]:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd95a46ff9277d511abcd0090277a778c,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2001 03:16 AM
09-03-2001 03:16 AM
Re: Users
Yes, this patch works for me.
Thanks everybody.