Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
User logging
NickHaynes
I have a requirement to record what time users log onto teamsite, and also when they logoff. Is there anything that does this.
The NT event logs do not suffice.
Likewise, I need to log any failed attempts to access information the user does not have permissions for. (overkill from audit people).
Thirdly, they also want a log of all keystrokes performed by the highest level user. Anything that can do this?
Find more posts tagged with
Comments
Migrateduser
TeamSite currently does not have a "login" event trigger. You _can_ make a modified version of login.jsp that writes to your own login file, but this would be an unsupported field mod.
Likewise you can intercept the logout URL and redirect it to your own logout script--also a "use at your own peril" option.
The failed access audit on WIndows is best done using Windows resource auditing--I can't think of any simple way to do it in TS.
Likewise, the keystroke log (!) should be done on the client side. There is likely no TS solution for this.
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
Migrateduser
You can try iwrecent users which will be of limited value but at least it gives you some datapoints - it shows who has logged on and when since the last reboot
abhishek_gupta
Hi,
Does anyone have a perl script which I could add to my File options in the menu so that I can get the recent users list. I know there could be an ipl file written with the help of show_env.ipl, but not too sure how.
Can u send me the script if u have it.