- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- More /etc/default/security questions
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
04-19-2002 01:18 PM
04-19-2002 01:18 PM
More /etc/default/security questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 04:28 PM
04-19-2002 04:28 PM
Re: More /etc/default/security questions
"The password history depth configuration is on a system basis and is supported in trusted system for users in files repository only. This feature does not support the users in NIS or NISPLUS repositories."
If yours is not a trusted system, then it won't work....
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 04:31 PM
04-19-2002 04:31 PM
Re: More /etc/default/security questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 07:39 PM
04-19-2002 07:39 PM
Re: More /etc/default/security questions
"This file must be world readable and root writable"
To be precise, the permissions you should set should be 644 (rw-r--r--) instead of 544 (r-xr--r--).
On my system, I tested with PASSWORD_HISTORY_DEPTH=2. It works fine on my HP-UX 11.20, prevents me from alternating between two passwords by checking the previous two that I have entered.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 09:59 PM
04-21-2002 09:59 PM
Re: More /etc/default/security questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 10:23 PM
04-21-2002 10:23 PM
Re: More /etc/default/security questions
No, I have not tried this on a HP-UX 11.00, only on a HP-UX 11.20. However, if the functionality is indicated on the security man page for HP-UX 11.00, then it should rightfully work as indicated.
# man security
If your permissions are correct, then your setting of PASSWORD_HISTORY_DEPTH=3 should have prevented you from changing your password to any of the former 3 passwords.
1st abc123
2nd def234
3rd efg345
4th abc123 <- should fail
Is this not what you observed?
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2002 10:39 PM
04-21-2002 10:39 PM
Re: More /etc/default/security questions
I am using it on HPUX 11.00
It works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 01:58 PM
04-22-2002 01:58 PM
Re: More /etc/default/security questions
This is not the behavior I have seen, but I was only switching between 2 passwords, i.e. abc1234 and edfg1234. Does the maximum number of passwords need to be entered before password history works? IF this is the case, HP needs to fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 06:26 PM
04-22-2002 06:26 PM
Re: More /etc/default/security questions
There is one nice site which gives good information about /etc/default/security.
Here is the link to the site:
http://www.unixadm.net/howto/etc-security.html
Cheers !!!
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 10:37 AM
04-24-2002 10:37 AM
Re: More /etc/default/security questions
Thanks everyone