Currently I have an Active Directory that we are collecting accounts and entitlements from. In the directory I have "entitlements require account" set to "Yes" so whenever we request an entitlement from this AD it will try to create an account for users who don't already have one.
Here's the problem... it is common for users to have more than one account in different OUs. Is it possible to set this directory up so that depending on which entitlement is being requested to look for accounts in specific OUs and create a task to create a new account even if they have an account in a different OU?
I can figure out how to manually create the account in a workflow using AFX provisioning commands but then we lose the reporting capabilities that generating a CR provides.
Also, we grant all entitlements through role requests if it makes any difference.
Thanks!
you mean to say, you want to provision the users in two different OUs.
If it is so, use the provisioning nodes back to back in your workflow based on some check with decision node. If the condition holds true, it will flow through two provisioning nodes for the respective OUs.