- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password problems
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-22-2003 09:25 AM
07-22-2003 09:25 AM
Password problems
After converting our HP-UX 11.00 system to a Trusted System, and having our users change their passwords, the system allows users with more complex passwords (for example, J0shu@T@y10r) to only login once. When they logoff, then try to log back on, they get an "incorrect login" error message.
When I reset their password to something more simple (for example, eaton1) it works fine. We are using the default password and account security settings. What is causing this? Any help would be greatly appreciated.
Thanks,
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 09:27 AM
07-22-2003 09:27 AM
Re: Password problems
Also as a backup if the long password doesn't work, try the first 8 characters.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 09:33 AM
07-22-2003 09:33 AM
Re: Password problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 09:35 AM
07-22-2003 09:35 AM
Re: Password problems
The characters to avoid are those listed in the 'getty' man pages, notably:
#, @, /, !, _, backspace, ^U, ^D, or &
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 09:41 AM
07-22-2003 09:41 AM
Re: Password problems
# = Erases the previous character
@ = Erases the whole line
There may be others, but I know of these 2.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 09:51 AM
07-22-2003 09:51 AM
Re: Password problems
Well for sure any chars that have meaning to the tty driver - such as @ # \ ^ etc.
If you do an
stty -a
you'll see what chars have special meaning to tty. Definitely don't use those even though they may be
Also look at /tcb/files/auth/system/default file & note the entry for u_maxlen (default is 10) or go into SAM -> Auditing & Security -> System Security Policies -> Password Format Policies & note the max PW length.
Then inform the users to NOT exceed the length.
The system will only encrypt that number of chars when the user enters the PW, but will interpret ALL the chars when they enter it for decryption & that can throw off the result & cause a PW mismatch.
HTH,
Jeff