Symantec IGA

 View Only
  • 1.  IDS 14.3 forcePasswordreset option fail

    Posted Jul 15, 2019 05:00 PM
    Hello community


    I have a task that massively reestablishes the password to certain users, the task works correctly and assigns a new password when it is executed, but in addition to changing the password it must establish that the password must be changed in the next login to achieve this in the task assign the value to the attribute | forcePasswordReset | but despite this the user starts the session with the generated password but is not requested to change the password


    Any ideas about it that may be failing and how to fix it ?


    ------------------------------
    Julian Riaño
    ------------------------------


  • 2.  RE: IDS 14.3 forcePasswordreset option fail

    Posted Jul 15, 2019 06:21 PM
    value should be True instead of {True}


  • 3.  RE: IDS 14.3 forcePasswordreset option fail

    Broadcom Employee
    Posted Jul 15, 2019 10:20 PM
    William is right; try true (no quotes, no brackets) for force password reset.

    You can also try setting the %ENABLED_STATE% attribute - 0 is enabled, and 1 is disabled, but the value  16777216 indicates "enabled, force password reset."










  • 4.  RE: IDS 14.3 forcePasswordreset option fail
    Best Answer

    Posted Jul 16, 2019 11:47 AM
    Hi Lync

     I already probe with this value but the policy fails. {True} is a Constant previosly defined at data sesion that contain the true value.I configure the value 16777216 to the attribute %ENABLED_STATE% and this change worked very fine


    Thanks Lynn