Operating System - HP-UX
1825766 Members
2067 Online
109687 Solutions
New Discussion

Users are not getting password expire notification

 
Khairul_1
Frequent Advisor

Users are not getting password expire notification

One of our server which Brand:HP Itanium rx5670 OS: HP-UX 11i v2 11.23, Trusted System,
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
4 REPLIES 4
Jeeshan
Honored Contributor

Re: Users are not getting password expire notification

is this in trusted system?
a warrior never quits
Aashique
Honored Contributor

Re: Users are not getting password expire notification

Mustafa Gulercan
Respected Contributor

Re: Users are not getting password expire notification

hi;

/usr/lbin/modprdef -m expwarn=15
it will send mail to users 15 days before the expiration.

regards,
mustafa
Aashique
Honored Contributor

Re: Users are not getting password expire notification

Hi,
"/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