Is there a way to tell when a user was created, and when was their last access to RTC?
2 answers
Hi Susan
I'm curious about the first one a well.
For the second try adding the following line to server.xml in tomcat/conf
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" pattern="common" prefix="localhost_access_log." resolveHosts="false" suffix=".txt"/>
Next you need to process that log file to extract the "last login date"
Note that it tends to generate a lot of data, so make sure you clean it up regularly.
good luck
/anders
If you are using LDAP, the LDAP sync task feed should provide information on when users were imported and modified
See the Information Center for specific parameters that you can use.
See the Information Center for specific parameters that you can use.