- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password security for a non-trusted system
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-2004 04:32 AM
05-07-2004 04:32 AM
Password security for a non-trusted system
1. Minimum password length (6-8 chars)
2. Password history depth
3. Mimimum number of upper case chars
4. Mimimum number of lower case chars
5. Minimum number of special chars
6. Minimum number of digits
There are other parameters you can use other security parameters using /etc/default/security
The parameters are:
1. MIN_PASSWORD_LENGTH=N
2. PASSWORD_HISTORY_DEPTH=N
3. PASSWORD_MIN_UPPER_CASE_CHARS=N
4. PASSWORD_MIN_LOWER_CASE_CHARS=N
5. PASSWORD_MIN_SPECIAL_CHARS=N
6. PASSWORD_MIN_DIGIT_CHARS=N
Here is a copy of my /etc/default/security file. Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 05:10 AM
05-07-2004 05:10 AM
Re: Password security for a non-trusted system
Also look at limiting su to root with:
SU_ROOT_GROUP and SU_ROOT_GROUP=group_name
See man security for more details...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 06:53 AM
05-07-2004 06:53 AM
Re: Password security for a non-trusted system
Sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 07:03 AM
05-07-2004 07:03 AM
Re: Password security for a non-trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 07:32 AM
05-07-2004 07:32 AM
Re: Password security for a non-trusted system
If you're not going trusted, then you should at least consider installing the Shadow Password product
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword
so that a user can't grab a copy of /etc/passwd & run Crack or 'Ripper on it.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 08:18 AM
05-07-2004 08:18 AM
Re: Password security for a non-trusted system
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 11:56 AM
05-07-2004 11:56 AM
Re: Password security for a non-trusted system
Configuring your system in Trusted mode will provide you MUCH greater security and a lot less worries. Why not configure Trusted mode?
If you REALLY don't want to configure your system in Trusted mode, you can also install the HP-UX Boot Authenticator bundle (BOOTAUTH11i). You will need patch PHCO_28798 for 11.11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 12:52 AM
05-10-2004 12:52 AM
Re: Password security for a non-trusted system
Thanks for the info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 11:22 PM
05-17-2004 11:22 PM
Re: Password security for a non-trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 11:33 PM
05-17-2004 11:33 PM
Re: Password security for a non-trusted system
Yes it does :-)
Take a look at the documentation
----
HP-UX Shadow Passwords
Increasing computational power available to password crackers has made the non-hidden passwords in the UNIX /etc/passwd file vulnerable to decryption. Shadow Passwords enhance system security by hiding user encrypted passwords in a shadow password file. Encrypted passwords previously stored in the publicly readable /etc/passwd file can be optionally moved to the /etc/shadow file, which is accessible only by a privileged user.
----
More info can be found on below link.
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword
Kind regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 03:07 AM
05-18-2004 03:07 AM
Re: Password security for a non-trusted system
Thanks for the reply. I am doing a security review on a system running HP-UX 10.20. Is the shadow file applicable to this version and is it possible that they may have placed it elsewhere, say in a tcb/auth somewhere?
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 03:13 AM
05-18-2004 03:13 AM
Re: Password security for a non-trusted system
No there is no shadow password file for 10.20 or 11.0 This product requires HP-UX 11.11.
Kind regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 05:43 AM
05-18-2004 05:43 AM
Re: Password security for a non-trusted system
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 03:43 PM
05-18-2004 03:43 PM
Re: Password security for a non-trusted system
I assume this is your first experience on the ITRC forum as you did not award points to the forumers for the answers you were provided. May I suggest that you take a look at the following link to learn about the points system in use here. Thanks.
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
Please read the article, assess the assistance you were provided by the forumers, then reward them. Thanks!