- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Users are not getting password expire 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-08-2008 08:19 PM
06-08-2008 08:19 PM
Users are not getting password expire notification
Password Aging: Enabled
Time between Password Changes (days): 1
Password Expiration Time (days): 100
Password Expiration Warning Time (days): 15
Password Life Time (days): 120
Users are not getting expire notification before 15 days. PLs help me about this regards how we can send password expiration warning messeges to user when the login into system?
Thanks
Khairul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 08:46 PM
06-08-2008 08:46 PM
Re: Users are not getting password expire notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 11:06 PM
06-08-2008 11:06 PM
Re: Users are not getting password expire notification
Please read this link:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1212994941452+28353475&threadId=847387
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 11:19 PM
06-08-2008 11:19 PM
Re: Users are not getting password expire notification
/usr/lbin/modprdef -m expwarn=15
it will send mail to users 15 days before the expiration.
regards,
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 01:23 AM
06-09-2008 01:23 AM
Re: Users are not getting password expire notification
"/usr/lbin/modprdef -m expwarn=5
This will send mail to users 5 days before the expiration."
This command will not send any email.It just writes a message on the screen when the user login.
modprdef is a backend command for SAM and is used to report and change system-wide security policies for passwords. So it is undocumented and resides in the /usr/lbin directory.
Thanks & Regards