0 pts.
 AS/400 User Profiles
For auditing purposes, I need to find out what workstation a password was changed on. When you dspusrprf it shows the date it was changed and the date and time last logged. I would assume the workstation information must be there somewhere. Does anyone know how I could find this?

Software/Hardware used:
ASKED: May 12, 2005  12:25 PM
UPDATED: October 24, 2010  10:28 AM

Answer Wiki:
Check out "iSeries Tips and Tools for Securing Your iSeries Version 5" (SC41-5300-06) at http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c4153006.pdf Look at the "Monitor user profile activity" topic on p.85. I think you can do what you want. ==================================================== See the Security Reference Appendix F for CP (User Profile Changes) audit journal entries. Review entries with the Command Name field value 'CHG' and Password Changed value 'Y'. Tom
Last Wiki Answer Submitted:  October 25, 2009  10:24 am  by  Jaicee   0 pts.
All Answer Wiki Contributors:  Jaicee   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

If you have auditing turned on, you can use the CPYAUDJRNE command to find out who made the change, when the change was made, what was changed and the IP address of the machine where the change was made.

 5,830 pts.

 

Note that the password might not have been changed from any workstation at all. A CHGUSRPRF command can be submitted by itself to batch or be run compiled in a program. A chain that leads to a source can be tricky.

Tom

 107,935 pts.