- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/default/security and Trusted Systems
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
01-26-2004 05:52 AM
01-26-2004 05:52 AM
Does /etc/default/security have any real meaning on a trusted system? Are there settings which are ignored? Does this file get deleted/created with [de]converting to a trusted system?
Overall, I'd like to hear some about some anecdotal experience with this file including specifics, gotchas, etc.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:02 AM
01-26-2004 06:02 AM
SolutionYes. /etc/default/security will provide more options like PASSWORD_HISTORY_DEPTH, password format like PASSWORD_MIN_UPPER_CASE_CHARS, PASSWORD_MIN_LOWER_CASE_CHARS etc., that cannot be set with modprpw commands on a trusted system.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:03 AM
01-26-2004 06:03 AM
Re: /etc/default/security and Trusted Systems
Yes - it's where you can define PW composition - i.e. minimum upper/lower case, min digits & special character that must be included in PWs. As well as PW history depth which won't allow PW repeats for so many iterations.
We use it on all of our servers.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:05 AM
01-26-2004 06:05 AM
Re: /etc/default/security and Trusted Systems
Check this doc,
Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066734723
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066734723
Document description: How to increase the password restrictions
Document id: KBRC00011604
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:24 AM
01-26-2004 06:24 AM
Re: /etc/default/security and Trusted Systems
NOTES:
- Not all options apply to 11.0 or even 11.11. It all depends on having the latest security patches, specifically for libpam.
- Not all options apply to Trusted (or non-Trusted or Shadow). The comments in the file will sort them out.
- There is no validity checker for the file. Thus, the only way to validate the setting is to test it. Note also that a # character anywhere on the line cancels the line (so trailing comments turn the entire line into a comment). For /etc/default/security, spelling counts!
Security in 11.0 and higher is defined in several places depending on whether the system is Trusted, Shadowed, or non-Trusted. Check the man pages for: authcap prpwd security getprpw
Bill Hassell, sysadmin