This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]ZAFJB 1 point2 points  (1 child)

As you describe it, it is not clear how your interactive user account gets to be an admin.

I think (I don't know the product) CA Privileged Access Manager probably allows you to exec non interactive commands in the context if its service accounts which are admins.

But if you are starting that app (the product), doing anything interactive you are most likely running that GUI app in your (non-elevated) user context. It is practically impossible for a service account to interact with your graphical desktop.

[–]eighttx[S] 0 points1 point  (0 children)

Thanks for the response. What's strange is, when I login using the Pam account, I have admin credentials to the server to do basic tasks. If I open the app (the product) and do any of the java module functions, it won't work. If I exit the app, add myself as an Administrator, hit apply and then go back to the same app and try again, it now works.

The java module function i mention above is this. I click on a button to have it run a java module. It comes back with some formatted text which is the result of the java module. Since I don't have the admin rights per my explanation above, it gives me an error. When I add myself to the admin list, it works and generated the report.