SAP user Mapping, USER.vrtInactivePwd

Hi all,

the attribute in the subject is the right attribute in the SAPUser <-> USER Mapping. It is mapped with the attribute SAPUSer.IsInactivePwd on the left side.

USER.vrtInactivePwd is a script attribute with the following content in the write script:

If CBool(value) then

   $PAPILOGIND_CODVN$ := "X"

   $PAPILOGIND_CODVC$ := "X"

   $PAPILOGIND_CODVS$ := "X"

End If

How do i have to set the values if i want to have IsInactivePwd set to "false" in the target system?

Parents
  • Hi Alexander,

    usually this has to be resolved by setting a new password. SAP help is stating in this case:

  • Hi tlindner,

    thx for your answer.

    In the meantime i could resolve the problem with the SAP-Admins.

    Yes, it seems to be normal SAP-logic/-behavior to allow the User-Variables to be set to isInactivePWD to true from outside (One Identity or TIM or whatever) but to disallow the variables to be set to isInactivePWD to false! (leads to notimplemented exceptions in the synclog)

    Setting this to false has to be done by setting a new password as another SAP-Admin, but not from outside.

    This is something the OI-Developers seem to have kept in mind, when they only mapped isinactivepwd = true values to SAP target system.

Reply
  • Hi tlindner,

    thx for your answer.

    In the meantime i could resolve the problem with the SAP-Admins.

    Yes, it seems to be normal SAP-logic/-behavior to allow the User-Variables to be set to isInactivePWD to true from outside (One Identity or TIM or whatever) but to disallow the variables to be set to isInactivePWD to false! (leads to notimplemented exceptions in the synclog)

    Setting this to false has to be done by setting a new password as another SAP-Admin, but not from outside.

    This is something the OI-Developers seem to have kept in mind, when they only mapped isinactivepwd = true values to SAP target system.

Children
No Data