How do change syslog.conf to log all password changes?
Hi,What do I have to add to my syslog.conf to log all password changes?I would even want to log when root changes passwords.I pretty sure that i have to change /etc/syslog.confThanks
[224 byte] By [
twee2003] at [2007-11-25 23:24:55]

# 1
TMK, passwd doesn't utilize syslog at all - at least I don't remember that it does.
But you could write a wrapper for passwd which execute logger commands to log what ever you want around the real passwd command. Of course, folks could bypass the wrapper by executing passwd directly.