On Fri, Oct 31, 2014 at 08:44:02AM +0000, Stuart Henderson wrote: > On 2014-10-30, Vijay Sankar <vsan...@foretell.ca> wrote: > > Unfortunately that won't work because the objective is to just log any > > (successful or failed) attempts to change passwords. > > I would probably try to abuse passwordcheck in login.conf to do this.. >
However, for the purpose of indicating password changes, this is pretty useless anyway, since: - You can change to the same password - logger(1) is available for anyone to use (AFAIK) $ while sleep $((3600*24*7)); do logger "I changed my password this week too"; done & /Alexander