Can you post an example of your configs? I’ve never had a problem with it with something like the following:
{
"name": "Enable",
"description": null,
"usageType": "ENABLE",
"fields": [
{
"name": "AC_NewParent",
"transform": {
"attributes": {
"name": "adOrganizationalUnit"
},
"type": "identityAttribute"
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
}
]
}
You could run into a problem with distinguishedName conflicts if the CN is not unique, so that’s something to check, but probably a lower-likelihood issue.