Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi
I am trying to setup security labels, but having issues setting up the <UnrestrictedPrincipal> group. Using Windchill 12.0.2.18.
Assuming I want to set a AllowedGroup (site? Organization?).
I have tried the following, and variances of the PTC documentation:
<UnrestrictedPrincipal>
<ufid>cn=AllowedGroup,cn=Windchill_11,o=ptc</ufid>
</UnrestrictedPrincipal>
But my method server will not restart. I have set the group as Site and Organization level. Same effects.
I did it this way. Perhaps this can work. I have a group at the org level that I want to be unrestricted.
<UnrestrictedPrincipal>
<WTPrincipalReference>
<ClassType>wt.org.WTGroup</ClassType>
<OrgName><My Org Name></OrgName>
<Name><Group Name></Name>
</WTPrincipalReference>
...
</UnrestrictedPrincipal
Would that work for you?
I will try and get back to you if it worked 🙂 Thank you very much 🙂
Finally got some time set aside tomorrow to test 🙂