12/07/2022 02:00 AM
Hi,
when we are trying to enable AD account using UserUpdate Rule, the tasks are created and completed after running provisioning Job. But the UserAccountControl of the account is not changed to 512 and still remains as 514. Which makes accounts inactive after running reconciliation job.
Any idea what to change?
EnableAccountJSON:
{
"ENABLEACCOUNTOU": "OU=xxxxxxxx",
"ATTRIBUTESTOCHECK": {
"useraccountcontrol": "514"
},
"USEDNFROMACCOUNT": "YES",
"MOVEDN": "YES",
"AFTERENABLEACTIONS": "{userAccountControl : 512}"
}
Best regards
Harish
12/07/2022 03:29 AM
12/07/2022 03:47 AM
Hi @rushikeshvartak,
I changed it. But still the same issue. userAccountControl is not changing to 512.
it is also making the accounts inactive and also orphan after running the reconciliation job.
12/07/2022 10:50 AM
Try this - "AFTERENABLEACTIONS": {"userAccountControl" : "512"}
12/07/2022 12:51 PM
Please share logs
12/08/2022 12:40 AM
check here : https://saviynt.freshdesk.com/support/solutions/articles/43000615764-active-directory-ad-connector-g...