Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Not quite following but let me paraphrase. You have changing coming to your AD system that might impact where users are located, essentially a reshuffling inside of AD. I am not sure its necessary to update AD at all since we just need to react to those changes. Not seeing a question here. The path that Windchill captures in the database needs to match or you will have a disconnected user which can be repaired but takes time. Assuming in the new configuration, your starting point still includes the possibility to find all users, they should still be able to login. If you are seeing a split to multiple domain controllers, that each have a portion of your users, then it would follow that you would have to add those connections to the other controllers to check there if the first one was not able to find the user.
This is one of the main reasons early on we opted to authenticate to AD but used the WindchillLDAP to manage Windchill users. The local LDAP was static and under the control of Windchill admins. They can shuffle AD all they want since we only needed to match the userID to complete the log in process.
So it depends on if you are assigning an org automatically, and how you choose to do that.
This article describes how to assign users automatically to an org using an ldap attribute or based on a specific adapter:
https://www.ptc.com/en/support/article/CS133561
Some considerations on multiple adapters:
您好
背景:
基于现有单组织跟顶层OU=精科及下层OU的用户同步到乐士股份组织下,现需要基于单组织实施为多组织并按AD域控中各子OU的用户同步更新到各自组织下
技术疑问:
1、 基于多组织各自组织对应同步AD域控的分支OU
2、技术上是否可以实现,需要怎么配置才能到达要求?
Wish the community forum translated images. This is what I got out of Google Translate.
Sure, that is possible. Fun and easy, maybe not, but possible. It depends if you want to flip the switch over a weekend or you want to unravel these one 'organization' at a time.
Each base DN will need a JNDI Adapter setup.
The user migration process varies. The rule is Windchill can't see the same username through two different JNDI Adapters.
Isolation is possible by using different unique ID mapping attributes: sAMAccountName and userPrincipalName.
Not changing the unique ID, if doing it one organization at a time, define security groups for all existing users and for each of the new organizations/LDAP servers. Remove users from the old 'filter group' and add them to the new filter group. Then repair their accounts.
Also requires Apache configs for each adapter to lookup for login, unless they are using SAML or OIDC