Folks,
I have a customer who has many groups configured in their Active Directory but wants to filter Windchill access to just 5 of the groups. They have one group currently defined in <Runtime Service Name>.windchill.mapping.user.filter.
Per Article CS24211 I edited app-Windchill-AuthProvider.xml and added the 4 new filters. But that article does not mention how to update windchill.mapping.user.filter for multiple filters. (I commented on that article to have them add in the missing info.) I see that there is an Edit button on that Property. I'm looking for what syntax I need to add the other filters. What is the delimiter between filter "memberOf" entries? A [Return}, comma, space or semicolon?
Thanks,
Mark Plimley
Solved! Go to Solution.
My colleague just found the answer in Article - CS115495:
<JNDIServiceName>.windchill.mapping.user.filter=(|(memberOf=CN=GroupName,CN=Users,DC=example,DC=com)(memberOf=CN=Group2,CN=Users,DC=example,DC=com))
And update site.xconf for targetFile="apacheConf/config/apacheWebAppConfig.properties"
(If there is a way to mark this question as closed, I don't know how to do it.)
Mark Plimley
My colleague just found the answer in Article - CS115495:
<JNDIServiceName>.windchill.mapping.user.filter=(|(memberOf=CN=GroupName,CN=Users,DC=example,DC=com)(memberOf=CN=Group2,CN=Users,DC=example,DC=com))
And update site.xconf for targetFile="apacheConf/config/apacheWebAppConfig.properties"
(If there is a way to mark this question as closed, I don't know how to do it.)
Mark Plimley
(Saw the button to accept as a solution when I did the reply)
Except the target file mentioned in Article 115495 does not exist on the Windchill 11.1 system I'm doing this on ;-(