- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/default/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
02-19-2006 10:09 AM
02-19-2006 10:09 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:19 AM
02-19-2006 10:19 AM
Re: /etc/default/security
As root, do:
# touch /etc/default/security
# chmod 644 /etc/default/security
See the manpages for more information.
http://www.docs.hp.com/en/B2355-60127/security.4.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:22 AM
02-19-2006 10:22 AM
Re: /etc/default/security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:27 AM
02-19-2006 10:27 AM
Re: /etc/default/security
Elseprepae one, by looking at man page of man 4 security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:30 AM
02-19-2006 10:30 AM
Re: /etc/default/security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:35 AM
02-19-2006 10:35 AM
Re: /etc/default/security
You simply need to create the file and specify what *you* want in it according to the manpages I referenced.
The format is 'paramter=value' as noted there. Pay attention to the notes with each parameter cited in the manpages. Certain options require certain patches or bundles to be installed to work.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:41 AM
02-19-2006 10:41 AM
Re: /etc/default/security
password 6 character and password history 1. I think the /etc/default/security file should contain the following
MIN_PASSWORD_LENGTH=6
PASSWORD_HISTORY_DEPTH=1
correct me if i am wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 05:59 PM
02-20-2006 05:59 PM
Re: /etc/default/security
have a look attachment
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 06:20 PM
02-20-2006 06:20 PM
Re: /etc/default/security
# chmod 666 /etc/default/security
Sample "security" file:
MIN_PASSWORD_LENGTH=8
PASSWORD_MIN_UPPER_CASE_CHARS=1
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHARS=1
PASSWORD_HISTORY_DEPTH=3
ABORT_LOGIN_ON_MISSING_HOMEDIR=1
SU_ROOT_GROUP=suroot
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 06:35 PM
02-20-2006 06:35 PM
Re: /etc/default/security
Create a file as,
# touch /etc/default/security
# chmod 644 /etc/default/security
Put the setting as like,
PASSWORD_HISTORY_DEPTH=3
# Comment to give comments. Normal configuration file as like /etc/hosts etc.
Keep the ownership and permission to give security.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 06:41 PM
02-20-2006 06:41 PM
Re: /etc/default/security
It is always better to read man pages before doing any security related stuffs on your system.
# man security for more details.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 03:23 AM
02-21-2006 03:23 AM
Re: /etc/default/security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 08:52 AM
02-21-2006 08:52 AM
Re: /etc/default/security
MIN_PASSWORD_LENGTH=6
PASSWORD_HISTORY_DEPTH=1