- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/default/security file
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
03-10-2005 08:46 AM
03-10-2005 08:46 AM
/etc/default/security file
I have a couple of questions on this:
1)Am I able to create the security file with the password parameters I want?
2)Is there any special file format that this needs to be in?
3)If I am able to create it, then do I need to do anything special in order for the system to start using the file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 08:50 AM
03-10-2005 08:50 AM
Re: /etc/default/security file
Our standard is passwords must be changed every 60 days, can not be changed twice in seven days and require one capital letter and one number, mimimum length, 6 I think.
See the file.
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
03-10-2005 09:06 AM
03-10-2005 09:06 AM
Re: /etc/default/security file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 03:06 PM
03-10-2005 03:06 PM
Re: /etc/default/security file
What is missing is the fact that there is no error checking and a # anywhere on the line invalidates or turns the entire line into a comment. Here is a heavily documented example file:
# Security file: /etc/default/security
# (man security)
# Features depend on HP-UX rev and patches. Not all features are
# available on older systems.
#
# No error checking, errors are silently ignored
#
# Comments (#) allowed only on separate line,
# no trailing # following a parameter or it
# will invalidate the setting
# Access controls (11.0 and higher)
#################
NOLOGIN=1
NUMBER_OF_LOGINS_ALLOWED=0
ABORT_LOGIN_ON_MISSING_HOMEDIR=0
# Single user mode authorization (11i and non-trusted only)
###########################################################
# Requires root password to get into single user mode
# BOOT_AUTH=1
# Users (besides root) that can boot into single user mode
# BOOT_USERS=bill,jane,joe
# Password controls - Trusted
###################
MIN_PASSWORD_LENGTH=6
PASSWORD_HISTORY_DEPTH=1
PASSWORD_MIN_UPPER_CASE_CHARS=0
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHARS=0
# Non-Trusted or shadow password setup only:
# defaults: MAXDAYS=-1 MINDAYS=0
# These values are rounded to nearest week
# to meet passwd file standards.
# PASSWORD_MAXDAYS=120
# PASSWORD_MINDAYS=7
# WARNDAYS only available in Trusted systems
# PASSWORD_WARNDAYS=7
# Session controls
##################
SU_ROOT_GROUP=suroot
SU_DEFAULT_PATH=/usr/bin:/usr/contrib/bin:
UMASK=022
# SU_KEEP_ENV_VARS=LD_LIBRARY_PATH,SHLIB_PATH,LD_PRELOAD
Changes in this file take effect immediately. The tools that pay attention to the security file always read the file as they startup.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 10:10 PM
03-10-2005 10:10 PM
Re: /etc/default/security file
Its better that you use sam.
go to auditing and security then to system security policies and change what you want to change. It's better to leave the files if you not sure what everything means.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2005 01:39 AM
03-11-2005 01:39 AM