05/15/2023 08:07 AM
Hi Team,
For service account we wanted to set password status as "never expires"
So, I created the password policy to set the password status as "never expires"
Create Account JSON
But After Owner sets the initial password for the service account in ARS, status is changing to as below
Could the team help me to know, How I can make the password status "never expire".
05/15/2023 01:54 PM
Are you passing userAccountControl in update account json also? Please check if update account task is changing the value in target?
Thanks
05/15/2023 11:03 PM
Please refer to the below post and keep in the mind that the UAC values are additive.
05/23/2023 04:16 AM
Hi Manish,
Thank you for the above reference, I could able to create the account with a "never expire" status.
But after that, if we are setting the password via ARS then it automatically changes the status to 512 "must change password in next logon"
Is there any extra JSON I need to configure so that Saviynt stops rewriting the status to 512"Must change password in next logon"