760 pts.
 Terminated Users in AS/400 system.
Hi is there any way or any command to find the list of terminated users from an AS400 system for a particular time period...?

Software/Hardware used:
ASKED: December 18, 2012  2:46 PM
UPDATED: December 18, 2012  2:47 PM

Answer Wiki:
There is an API for this. The question was asked before on this site, Here is a link to it http://itknowledgeexchange.techtarget.com/itanswers/retrieve-user-profile/
Last Wiki Answer Submitted:  December 18, 2012  5:33 pm  by  CharlieBrowne   32,835 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,835 pts. , Michael Tidmarsh   11,390 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Please define “terminated users”. — Tom

 107,995 pts.

 

Hi Tom,
The users whose access were revoked or their ID’s are disable because they left the organization. We are in need of this for audit purpose.

 760 pts.

 

Depending on what is meant by access being “revoked”, most likely you will retrieve entries from the system audit journal, QAUDJRN. And that will depend on whether or not your system is auditing for the actions that you want to track. Entries that you might have available are listed in Layout of audit journal entries (or Appendix F of the Security Reference manual if you use the .PDF version). The DSPJRN command is used to select entries. — Tom

 107,995 pts.

 

Unfortunately, the QSYRUSRI API won’t return the needed information. (That’s especially true if access was “revoked” by deleting the user profile, but is also true for most other needed data.) — Tom

 107,995 pts.