- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password Aging on a non-trusted system
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-13-2007 04:02 AM
08-13-2007 04:02 AM
This looks doable using the /etc/default/security file and updating the appropriate fields in the password file.
Has anyone done this? How did it go...any gotchas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 04:13 AM
08-13-2007 04:13 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 04:21 AM
08-13-2007 04:21 AM
Re: Password Aging on a non-trusted system
man security for more information
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 04:23 AM
08-13-2007 04:23 AM
Re: Password Aging on a non-trusted system
Hi Smucker,
Here is the solution to you. Please try it out, encourage you to use our Technical knowledge base.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01024352-2
Hope to receive 10 pts from you. ;-)
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 06:02 AM
08-13-2007 06:02 AM
Re: Password Aging on a non-trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 06:48 AM
08-13-2007 06:48 AM
Re: Password Aging on a non-trusted system
See this doc - http://docs.hp.com/en/B2355-60105/security.4.html
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 07:12 AM
08-13-2007 07:12 AM
Re: Password Aging on a non-trusted system
/etc/default/security
Fully configurable. The is a man page on it and you can see the available features on that page.
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
08-13-2007 07:26 AM
08-13-2007 07:26 AM
Re: Password Aging on a non-trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 07:45 AM
08-13-2007 07:45 AM
Re: Password Aging on a non-trusted system
You don't even have to know any Perl.
pwwarn.pl mickey minnie pluto
would output:
mickey
minnie
pluto
Indicating that user mickey, for example, has 3 weeks left before expiration.
Now, any child on the streets of Starkville, should be able to leverage who, write or mail to determine that a warning needs to be sent and craft a shell script (or Perl script). It could be part of /etc/profile or it could be a job that is cron'ed. If cron'ed, you probably want a file that keeps up with who has been notified any when because I would get rather annoyed if some stupid box told me every 20 minutes that I need to change my password. This script could also read /etc/default/security for a parameter whether the OS actually supports or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2007 05:04 AM
08-14-2007 05:04 AM