Does anyone have a good method to log users' network activity?
Specifically, we want to use this info with, or in liu of a punch clock. The owner wants an easy way to track when users logon and logout of the network. Most clients are Windows 2000 Pro.
I have experimented with preexec and postexec in smb.conf, but it looks like Windows is very unpredictable about when it accesses and releases a share. I've experimented with various shares without useful results.
I experimented a bit with the utmp option and the 'last' command. That seemed a bit more useful except for two problems. How to set the deadtime option (it is 10080 by default) and how to parse or use the utmp info. Why is the deadtime set to 10080? (I don't want to break something.)
I would welcome any comments as to the best way to 'get there from here'.
Thanks in advance,
G