I'm trying to do something in DFS that I was able to do in DFC several years ago. I want to be able to login to a repository with an admin account, but then set the context ("sudo") as another user so that all actions are done "as that user". In this way, Documentum is providing all the security and ensuring that this user can only get back assets that they have rights to.
I am doing this as part of a web service where the user ID is passed in, but not their password. In DFC there was a way to alias a user account, but I can't seem to find the equivalent in DFS.
Any help would be greatly appreciated!