- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- password expiry notification
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
06-28-2004 07:47 AM
06-28-2004 07:47 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 08:01 AM
06-28-2004 08:01 AM
Re: password expiry notification
/usr/lbin/modprpw -m expwarn "user_name"
If not then you will have to do some scripting.
passwd -sa to get the information about when it is expiring and then calculating how many are remaining and sending an email.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 09:00 AM
06-28-2004 09:00 AM
SolutionIf you already have your system trusted then set this system wide password aging warning policy using modprdef
/usr/lbin/modprdef -m expwarn=5
Your users will receive a mail 5 days prior to the password expiry date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 09:25 AM
06-28-2004 09:25 AM
Re: password expiry notification
Only users on the trusted systems will be notified on password expiry including their last successful/unsuccessful logins. Sometimes it may scroll so fast that you may not see the message during the login.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 01:32 AM
06-29-2004 01:32 AM
Re: password expiry notification
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 01:51 AM
06-29-2004 01:51 AM
Re: password expiry notification
will be testing the setting to see if it works now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 02:41 AM
06-29-2004 02:41 AM
Re: password expiry notification
modprdef is one of the backend commands used by SAM - these are rarely documented as they are intended to be used only by SAM, but they can prove useful.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 05:55 AM
06-29-2004 05:55 AM
Re: password expiry notification
modprpw and getprpw are documented in HP-UX 11i.
modprdef and getprdef are not documented even in 11i.
I am attaching the getprdef man page I received from some source.
HP will tell you this is not supported but it works and nobody wants to use SAM to set the custom password aging for selected set of 750 users :-).
Good luck
Sundar.