9 Jul
2007
9 Jul
'07
2:14 a.m.
Steven J Lamb wrote:
I have been looking for a good example of a way to execute scripts when there is a login or logout. I haven't yet found a good example and unfortunately all of my attempts have failed to do anything. Any help or suggestions as to where I can find a good example of running a shell script when someone logs in or logs out. I would much appreciate it.
See the "exec" module. It can run scripts, and you can run the exec module whenever you want. Alan DeKok.