<div dir="ltr">Hi all,<br><div>I need to support multiple AD OU projections with the same kind/intent under an MP org, like:</div><div>MP Org1:</div><div>intent = unit </div><div>OU=O1, OU=Org1, DC=example, DC=com</div><div>OU=O2, OU=Org1, DC=example, DC=com<br></div><div>...</div><div>OU=On, OU=Org1, DC=example, DC=com<br></div><div>This works fine with implemented multiplicity. Tags in this case are O1, O2, ..., On<br></div><div><br></div><div>I'd like to add support also for dependent OU's like </div><div><div>OU=Users, OU=O1, OU=Org1, DC=example, DC=com</div><div>OU=Users, OU=O2, OU=Org1, DC=example, DC=com<br></div><div>...</div><div>OU=Users, OU=On, OU=Org1, DC=example, DC=com<br></div><div><br></div><div>It is obvious that Org1 could manage this account too with another intent and the same tag value. In this case we could have:<br></div></div><div><div><br></div><div><div>tag=O1 <br></div><div>intent = unit</div><div>OU=O1, OU=Org1, DC=example, DC=com<br></div><div><div><div>intent =users</div></div><div>OU=Users, OU=O1, OU=Org1, DC=example, DC=com<br></div><div><br></div><div>tag=O2 </div></div><div>intent = unit</div><div>OU=O2, OU=Org1, DC=example, DC=com<br></div><div><div>intent = users</div></div><div>OU=Users, OU=O2, OU=Org1, DC=example, DC=com<br></div><div>...</div><div>tag On</div><div>intent = unit</div><div>OU=On, OU=Org1, DC=example, DC=com<br></div><div><div>intent = users</div></div><div>OU=Users, OU=On, OU=Org1, DC=example, DC=com</div><div><br></div><div>It looks like dependency between accounts with multiplicity doesn't work. MP raises an exception:</div>Unsatisfied strict dependency of account [RSD(generic (users/O1)) resource AD(oid:746ecf5e-3e8c-11e6-b2f9-3c970e44b9e2)] dependent on [RSD(generic (unit)) resource AD(oid:746ecf5e-3e8c-11e6-b2f9-3c970e44b9e2)]: Account not provisioned.</div><div>MP tries to provision users/O1 first ignoring the dependency on the unit. And also it looks like that dependency doesn't know that independent account also is multiple.</div><div><br></div><div>Under the "dependency" tag I can see the tag "tag". What does it mean and can it help somehow? Any idea how to solve my task?</div><div><div><br></div></div><div>Thanks,</div><div>J</div><br class="gmail-Apple-interchange-newline"></div><div><br></div></div>