It's all about the answers!

Ask a question

Is there a way to tell when a user was created, and when was their last access to RTC?


Susan Hanson (1.6k2201194) | asked May 30 '13, 9:18 p.m.
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



permanent link
Anders Truelsen (16212020) | answered May 31 '13, 3:14 a.m.
 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 

permanent link
Karl Weinert (2.0k52736) | answered May 31 '13, 12:17 p.m.
JAZZ DEVELOPER
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


Register or to post 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.