- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/defaults/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-25-2002 06:19 PM
03-25-2002 06:19 PM
I have a curiosity question which may turn into something useful. I am running HPUX 10.20 (trusted system) and I was reading an HPUX 11i security book (very informative by the way) but anyway, I came across a section on the /etc/defaults/security file to restrict different things on the trusted system.
I was wondering if this is only applicable to HPUX 11i trusted systems and not HPUX 10.20? I looked in the defaults directory and no security file existed but I was wondering if I could create one and it work?
Thanks for any help you can lend. (yes I award points for helpful info, maybe even intriguing info so don't be shy).
Jeff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 06:42 PM
03-25-2002 06:42 PM
SolutionYes the /etc/defaults/security was introduced in HPUX 11i. There is a write up of it in the system release notes. Here is the link. Look in
the chapter on security.
http://www.docs.hp.com/hpux/onlinedocs/5185-4304/5185-4304.html
There is a man page for these new features,
# man 4 security.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:05 PM
03-25-2002 07:05 PM
Re: /etc/defaults/security file
1) Ordinary users being able to set all environment variables except PATH and SHELL.
2) Resricted shell users can set environment variables based on what's defined in /etc/defaults/security.
2a) RSH_SECURITY=0 means all variables can be set.
2b) RSH_SECURITY=1,only IFS, HOME, and ENV are restricted.
2c) RSH_SECURITY=2 (default setting) only TERM and DISPLAY are allowed.
If you want this function make sure yo got the appropriate login cumulative patches ..
a) 10.20 PHCO_24267
b) 11.00 PHCO_24083
c) 11.11 PHCO_23900
These patches may be superseeded already.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:40 PM
03-25-2002 07:40 PM
Re: /etc/defaults/security file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 03:50 AM
04-10-2002 03:50 AM
Re: /etc/defaults/security file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 02:51 AM
07-31-2002 02:51 AM
Re: /etc/defaults/security file
Three quick questions:
1) Can I use /etc/defaults/security in HP-UX 11.0?
2) If so, which patches do I need to have installed?
3) Are all the password restrictions available?
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 03:17 AM
07-31-2002 03:17 AM
Re: /etc/defaults/security file
For 11.0 systems, you can add patch PHCO_26089 (or replacement if superceeded). Unfortunately, the man page for security was left off the early patches for 11.0--get the details from docs.hp.com by searching for something like PASSWORD_HISTORY_DEPTH which is a pretty unique keyword. Look for the security(4) man page. Or login to any 11i system and type man security.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 03:31 AM
07-31-2002 03:31 AM
Re: /etc/defaults/security file
iam using it with 11.00 and i have the following entries.
PASSWORD_HISTORY_DEPTH=5
SU_ROOT_GROUP=sysadmin
the first line indicates that a user can not give last 5 passwords when he wants to change.
second entry is user belongs to sysadmin only able to su to root.
i don't know whether it works with 10.x
regds