Hi Team,
I am working on a leaver scenario where once a user is terminated via leaver his ad account should be disabled and moved to another ou. I am able to disable the account but not sure how to move it to another ou.
Kindly provide your inputs.
Hi Team,
I am working on a leaver scenario where once a user is terminated via leaver his ad account should be disabled and moved to another ou. I am able to disable the account but not sure how to move it to another ou.
Kindly provide your inputs.
Simplest way to do this is by updating the provisioning plan with this
accountRequest.add(new AttributeRequest("AC_NewParent", ProvisioningPlan.Operation.Set, newOU));
Check out using the Services Standard Before Provisioning rule for this:
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.