Tracing IP addresses in PeopleSoft

一曲冷凌霜 提交于 2019-12-13 18:00:23

问题


We have a generic username in PeopleSoft and I was wondering if it was possible to track who was using it through the IP address. Basically I would like to know the IP address of the person who used the generic username to make a few changes in the system.


回答1:


PeopleSoft records this information in the PSACCESSLOG table with the fields OPRID and LOGIPADDRESS.

If your users are in the same network as the PeopelSoft system, you'll see the IP-username combination and you'll have what you want.

If your users are behind a Reverse Proxy Server, the IP of the RPS is logged. You could examine the signon peoplecode to see if you can change this.



来源:https://stackoverflow.com/questions/45192141/tracing-ip-addresses-in-peoplesoft

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!