Tracing IP addresses in PeopleSoft

2019-07-31 09:01发布

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.

标签: peoplesoft
1条回答
小情绪 Triste *
2楼-- · 2019-07-31 09:20

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.

查看更多
登录 后发表回答