We are attempting to move the user to the suspended OU and reset their passwords when accounts are disabled during LCS “Terminated.” However, we are encountering the following error while carrying out these actions through the Before provisioning rule in the AD connector in ISC.
Error:
Failed to update attribute password Error occurred while setting group membership CN=Domain Users,CN=Users,DC=xyz,DC=Com. Access is denied. Access is denied.
We are having the required permissions to reset the password .
By looking at the error, the issue is it is trying to revoke the Domain Users group. You cannot remove the Domain Users group though you have an enough permission. It is a default built-in global security group that automatically includes all user accounts. So, please check whether your provisioning plan included the remove Domain Users group and ignore it, if it is to do so.
just a minor clarification - you actually can remove Domain Users, just not if it’s the user’s Primary Group. if you change the Primary Group to something else, you should be able to remove them from Domain Users. the user just has to remain in some group and have that set as their Primary Group.