Best practice to configure daily password change profile for accounts manage by Active Directory

Dear Expert,

Please share best practice to configure daily password change profile for accounts manage by Active Directory

I could see after assigning a new password profile to a account, automated system try to change password right away every 5 minutes although schedule is in morning 4 AM 

Parents Reply Children
  • Hi Prashant,

    If "Change the Password Even if a Release is Active" is disabled then SPP will not attempt to change the password on the target system during the session access (i.e. there would be no login attempt failure) - it will just log an event in SPP that the scheduled password change failed due to account is already in use. Therefore, retries are not causing an issue. You may also change the number of retries if you want SPP to retry less time ( user-defined Max Platform Task Retries (default 50, configurable via Settings endpoint which can be modified using the Swagger API)

    If "Change the Password Even if a Release is Active" is enabled then SPP will make the password change while session release is Active and this can cause an account lock if for example an RDP session remains active for a long time while the session password is now expired.

    Thanks!