- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /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-09-2006 08:42 AM
02-09-2006 08:42 AM
Or can I implement this file on a vanilla install of HP-UX 11.11?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:53 AM
02-09-2006 08:53 AM
Re: /etc/default/security
No, you can use it to set password requirements for length and complexity and a lot of other cool things that make your system more secure.
Shmuel
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
02-09-2006 08:53 AM
02-09-2006 08:53 AM
Re: /etc/default/security
No, you can use it to set password requirements for length and complexity and a lot of other cool things that make your system more secure.
Don't need to be trusted to be secure.
Shmuel
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
02-09-2006 08:57 AM
02-09-2006 08:57 AM
Re: /etc/default/security
I was reading up on the security file and am I correct that it only works for users using the RSH shell?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:00 AM
02-09-2006 09:00 AM
Re: /etc/default/security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:03 AM
02-09-2006 09:03 AM
Re: /etc/default/security
As an aside, trusted systems are scheduled to be deprecated upon the release of 11iv3. What we now know as trusted systems features will become standard in that release.
If you are running 11.23 (11iv2), however, you can obtain these features as an add-on:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=StdModSecExt
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:05 AM
02-09-2006 09:05 AM
Re: /etc/default/security
Made it World readable and root writable.
Put only the following parameter
NUMBER_OF_LOGINS_ALLOWED=1
Should this not allow only 1 login session per user?
I was able to login as many times as I wanted after creating the file.
Is there anything I have to do to make the /etc/default/security file "active"??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:33 AM
02-09-2006 09:33 AM
Re: /etc/default/security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:38 AM
02-09-2006 09:38 AM
Re: /etc/default/security
Don't know which man page you're reading. But the MAN page for security on my system only mentions (summarized):
1) create a /etc/default/security file
2) Make it World readable and root Writable.
3) Put in the parameter definitions.
I've done all this and it doesn't seem to do anything. So I'm asking if there's anything else that needs to be done to implement the security file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:53 AM
02-09-2006 09:53 AM
Re: /etc/default/security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 09:56 AM
02-09-2006 09:56 AM
Re: /etc/default/security
if you use "ssh" maybe doesn't supports
NUMBER_OF_LOGINS_ALLOWED
try
NOLOGIN
feature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 10:00 AM
02-09-2006 10:00 AM
Re: /etc/default/security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 07:08 PM
02-09-2006 07:08 PM
Re: /etc/default/security
NOLOGIN=1
NUMBER_OF_LOGINS_ALLOWED=0
ABORT_LOGIN_ON_MISSING_HOMEDIR=0
You can also implement BOOT_AUTH and BOOT_USERS (but consider consequences if the root password is lost!).
The man page for security gives you the details on the settings.
Bill Hassell, sysadmin