Hi,
During user offboarding, following actions are performed. The manager updateAttribute code has been added recently. But when offboarding happens, manager value is not getting set to null or empty.
Hi Jagadeesh,
This is working fine in my environment. I have not seen any issues related to the same. Could you please let me know you configuration for the same ? Are you removing the attribute from authorative source ? If no then you will need to remove it from Authorative source then only it will remove it from the target.
If you remove the manager value through the Before Provisioning rule, but you have attribute sync setup on the manager, it will populate the value back into Active Directory. You can set the value of manager from your auth source into a manager attribute but also create a specific identity attribute (ex. ADManager) to sync the manager to AD. Use a transform to remove the manager value from ADManager once the user has been moved into the OU=Disabled Users.
Note: You don’t want to update the ADManager attribute until after the user has been moved into the disabled OU. Otherwise you will get an event that is trying to clear the ADManager attribute in the original OU and the event to disable the account and move to the OU=Disabled users. The events will compete and one will like error.