How to prevent ODM AD from moving newly created objects back into the staging OU?
説明
ODM AD is creating AD objects just fine. After the initial creation, objects are moved to their designated OUs in the target domain manually. However, the next time workflow runs, it moves these objects back into the Staging OU. How to prevent this behavior?
原因
Default template mapping of distinguishedName attribute.
対策
To prevent ODM AD from moving newly created objects back into the Staging OU, please do the following: - go to settings of the used workflow, Stage, and verify what template is used for staging - click on hamburger menu, Templates and modify that template - click on Mapping and search for distinguishedName - modify this mapping, adding the following text into Conditions field: Action = "create"
追加情報
This condition will force ODM AD to populate target object's DN only during the initial creation. Subsequent runs will not modify DN.