- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Options with /etc/default/security file and TRAP
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
08-08-2003 04:57 AM
08-08-2003 04:57 AM
Aslo is there an option of TRAP in the security file.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 05:12 AM
08-08-2003 05:12 AM
Re: Options with /etc/default/security file and TRAP
Check this links:
http://www.unixadm.net/howto/etc-security.html
http://newfdawg.com/SHP-Articles.htm
Hope this helps.
Regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 05:14 AM
08-08-2003 05:14 AM
Re: Options with /etc/default/security file and TRAP
The only man pages for this file that I am aware of, appear at 11.11 [man security(4)]:
http://docs.hp.com/hpux/onlinedocs/B2355-90696/B2355-90696.html
Aside from that, for 11.0 your best action would be to consult the patch text for patches which deal with this file:
# PHCO_26089
# PHCO_27721
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 06:01 AM
08-08-2003 06:01 AM
SolutionHere you are:
The possible options are:
ABORT_LOGIN_ON_MISSING_HOMEDIR
0 = Login with / as the home directory if the user???s home
directory does not exist.
1 = Abort the login if the user???s home directory does not
exist.
Default = 0
MIN_PASSWORD_LENGTH
N = Minimum password length for new passwords.
Untrusted systems can be 6 to 8. Trusted systems can be
6 to 80.
Default = 6
NOLOGIN
0 = Ignore the /etc/nologin file and do not exist if the file
exists.
1 = Display the contents of the /etc/nologin file and exit.
Default = 0
NUMBER_OF_LOGINS_ALLOWED
0 = Any number of logins per user are allowed.
N = Number of logins allowed per user.
Default = 0
PASSWORD_HISTORY_DEPTH
N = A new password is checked against only the N most
recent used passwords for a particular user.
Default = 1
Note: Only for trusted systems.
SU_ROOT_GROUP
GROUP = The group that a user must belong to in order
to use the su command to become root.
SU_DEFAULT_PATH
PATH = New Path applied to the PATH variable when the
su command is executed.
Default = Path is not changed.
Note: Does not affect the path of the root user.
RSH_SECURITY
0 = Compatibility with old restricted shell
1 = Relaxed. Allows setting of environmental values that
are not considered risky.
2 = Allows changing of only DISPLAY and TERM
environmental values.
PASSWORD_MIN_UPPER_CASE_CHARS
N = Minimum number of upper case characters required
in a password.
Default = 0
PASSWORD_MIN_LOWER_CASE_CHARS
N = Minimum number of lower case characters required
in a password.
Default = 0
PASSWORD_ MIN_DIGIT_CHARS
N = Minimum number of digit characters required in a
password.
Default = 0
PASSWORD_MIN_SPECIAL_CHARS
N = Minimum number of special characters required in a
password.
Default = 0
SU_KEEP_ENV_VARS
VARIABLES = Environmental variables to be passed to
the child process.
Default = Do not pass any environmental values to the
child. (Securest way to do things.)
Please note that this is not a complete list of
variables.
Elena.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 12:10 AM
10-05-2006 12:10 AM