Is there a way to tell when a user was created, and when was their last access to RTC?
Is there any way to determine:
a) when a userid was created in the repository b) date when the user last accessed the repository (logged in)? Susan |
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. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.