- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Password min change and reuse info needed
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
11-10-2004 10:30 AM
11-10-2004 10:30 AM
Can somebody tell me what file(s) set the minimum days between password changes? I used SAM to set it to 7 days. I see :u_minchg#604800 in /tcb/files/auth/system/default. I rebooted. I created a test user. The test user has changed his password no less than 8 times today going back and forth between two passwords. So that policy does not seem to be working. Is there some other place that I should look for this setting?
And is there a password re-use policy standard to hp-ux 10.20?
Appreciate any help
Linda
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 10:46 AM
11-10-2004 10:46 AM
Re: Password min change and reuse info needed
There is a man page for it (man 4 security)
The field is "PASSWORD_HISTORY_DEPTH"
The thing I'm not sure about is whether this works on 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 02:55 AM
11-12-2004 02:55 AM
Re: Password min change and reuse info needed
I have no /etc/default/security file on my system.
When try the man pages, I get "No manual 4 entry for security" - I tried all possible man x security but nogo.
I tried man PASSWORD_HISTORY_DEPTH - also nogo.
Do you think it is possible that 10.20 did not have a minimum days password change policy or any password re-use tracking program?
I use a "cut and paste" ignite tape to install the OS. I cannot tell if these security features (/etc/default/security and PASSWORD_HISTORY_DEPTH) have been 'cut' from the ignite. If 10.20 does not have these features or they were cut in my ignite, then my box is as compliant as possible to the security policy.
Any thoughts on that?
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 03:02 AM
11-12-2004 03:02 AM
Re: Password min change and reuse info needed
I don't know if the /etc/default/security is active in HP-UX 10.20. At this point, I'd poke around the users in question with the SAM interface and consider setting up a /etc/default/security and see how the system responds.
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
11-12-2004 03:52 AM
11-12-2004 03:52 AM
Re: Password min change and reuse info needed
I'm afraid libpam is not available for 10.20 and only started for 10.30 (the pre 11.0 version)
cf. this link
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=73153
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 08:09 AM
11-12-2004 08:09 AM
Re: Password min change and reuse info needed
Since 10.20 does not have PAM, a user may change his password as often as desired and can reuse old passwords. Is that correct?
I just want to make sure that I understand this correctly. Because if it cannot be done, then I should just move on to the next thing that can be fixed. And use this as justification to get a more current OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 08:55 AM
11-12-2004 08:55 AM
SolutionThere is no /etc/default/security file on 10.20 nor any code that would pay any attention to the contents if you create it. 10.20 is dead, gone, toast, so once you've applied all the latest patches and something doesn't work, the fix is:
Install 11.11 and fix all the ancient code that requires 10.20.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 10:41 AM
11-12-2004 10:41 AM
Re: Password min change and reuse info needed
Linda