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?