- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX password security
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
05-07-2010 09:09 AM
05-07-2010 09:09 AM
HPUX password security
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2010 09:27 AM
05-07-2010 09:27 AM
Re: HPUX password security
As trusted system is not continued in the next version of HP-UX you are wise not to use trusted sytsem.
http://software.hp.com
Search for Shadow Passwords.
You can install shadow password which works just like Linux and extend password length as well, tough digits 9-12 inclusive may still be ignored.
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
05-07-2010 09:40 AM
05-07-2010 09:40 AM
Re: HPUX password security
Check this out:
HP-UX System Administrator's Guide: Security Management :HP-UX 11i Version 3.
- Described in chapter 4: HP-UX Standard Mode Security Extensions. If using with 11.31 .
http://docs.hp.com/en/5992-6416/5992-6416.pdf
You can set using: /etc/default/security
MIN_PASSWORD_LENGTH [ Defines the minimum password length. ]
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2010 09:40 AM
05-07-2010 09:40 AM
Re: HPUX password security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2010 11:34 AM
05-07-2010 11:34 AM
Re: HPUX password security
I have found a product called "HP-UX LongPassword" that is available for free download on the HP software site. It is descibed as follows:
HP-UX LongPassword increases the maximum password length from 8 to 255 characters in Shadow Mode. HP-UX LongPassword 11i3 is available on HP-UX 11i v3 systems with shadowed passwords.
It does require shadow mode be installed and implemented.
Without this software, in non-trusted mode, from all research I have done, all passwords are limited to a max length of 8.
Thanks for everyones help.