What access is needed to allow an SCA acid to reset the password for the Master (MSCA) acid?
Answer:
To set a new password for the MSCA using ADDTO or REPLACE,
an SCA must have UPDATE access to entity TSSCMD.USER.cmd.MSCAPW in the
CASECAUT class, Where 'cmd' is the command being issued.
For example:
TSS PERMIT(msca_acid) CASECAUT(TSSCMD.USER.REPLACE.MSCAPW) ACCESS(UPDATE)
or
TSS PER(msca_acid) CASECAUT(TSSCMD.USER.ADD.MSCAPW) ACCESS(UPDATE)
Additional Information: