Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

1 vote



2 answers

Permanent link
 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 

0 votes


Permanent link
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.


0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,020

Question asked: May 30 '13, 9:18 p.m.

Question was seen: 5,108 times

Last updated: May 31 '13, 12:17 p.m.

Confirmation Cancel Confirm