Operating System - HP-UX
1833914 Members
2148 Online
110063 Solutions
New Discussion

Passwd expiration mail to some users

 
Sebastian Calixto
Occasional Contributor

Passwd expiration mail to some users

Hello team,

I'm not used to scripting, could somebody please help?...

Need an automated password alert via email for expriing unix passwords on a 11.00 hpux server.

Process should check once, weekly, and if the unix password for certain users is nearing expiration, an email notice should be sent to both the individual involved and the manager.

Alert window: 4 weeks (if the password will expire within 28 days, send an email alert)and after the 1st alert mail other one every week before passwd expiration.

Thanks a lot for your help.
2 REPLIES 2
F Verschuren
Esteemed Contributor

Re: Passwd expiration mail to some users

you will need a c script like posted in this form:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=304466

Kind regards,
Freek verschuren
Sebastian Calixto
Occasional Contributor

Re: Passwd expiration mail to some users

Hi,

I already took a look of that 10 page-script and I hope to find a simplier way to do it.

Can somebody please help?