Operating System - Linux
1829378 Members
5112 Online
109991 Solutions
New Discussion

Re: password expiry notification

 
SOLVED
Go to solution
Andrea Rossi
Frequent Advisor

password expiry notification

Is it possibile to setup password expiry notification via mail?
thanks
4 REPLIES 4
xyko_1
Esteemed Contributor

Re: password expiry notification

Hi Andrea,

I'm sory but, what for ?

I don't know the answer but I'm very curious about your need ?

regards,
xyko
Andrea Rossi
Frequent Advisor

Re: password expiry notification

I would like to notify mail users their password has to be changed before it expires.

I think it is not so unusual, insn't it?
xyko_1
Esteemed Contributor
Solution

Re: password expiry notification

Hi Andrea,

I've never had a need like that but I made a search on google and found that

---------------------------------------

---------
- ABOUT -
---------
passwd_exp is a perl script that warns users of password/account
expiration via email. It extends similar function of login process,
that prints such a messages at login time, but many users does not login
for a long (long) time and only download/forward their email, so they
have absolutely no chance to find out what's happening with their
account.
This script will warn them (via email), and save you from request
to re-enable users accounts that has been 'magicaly' disabled by that BAD
BAD man called Linux or whatever :) (And be sure there will be some if you
have system with many users forcing them to change their passwords to get
just a little more security).
Extra feature of this script is listing of expired user accounts
so you will have some more info about your system.

---------------------------------------

This is the README file of the package and you may have full access to it at

http://frida.fri.utc.sk/~sam/devel/passwd_exp/

Hope it helps you,
Xyko
Andrea Rossi
Frequent Advisor

Re: password expiry notification

thanks!