We have a perfect use case for creating permission set templates as part of our base install which includes the object model for a repository.
We have development and production ActiveDirectory user groups that need to be part of the ACLs that are neccessary for our application.
Our initial thought was to have permission set templates with installation parameters - the dev group will be used when the DAR is installed into our dev/test repository and the Prod group will be used when the DAR is installed in the Prod repository
.
However, after reading about how Documentum resolves aliases in a permission set template, it does not seem like this is a good idea.
This is what is mentioned in the Tech Fundamentals course book:
When the permission set template is assigned to an object, the server:
- Creates a copy of the template
- Resolves the aliases in the copy to actual user or group names
- Assigns the copy to the object as a custom permission set
- Does this mean that we could potentially have thousands of custom permission sets in the repository? (which is not desirable)
- What is the benefit of using Permission Set templates then if it is offset by the above point?
Any thoughts/advice/tips on this is greatly appreciated.
Thanks in advance