Configure CPF to propagate password only changes via the TSSPARM file.
search cancel

Configure CPF to propagate password only changes via the TSSPARM file.

book

Article ID: 201831

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

How to setup password only propagation with CPF via the TSSPARM file

Environment

Release : 16.0

Component : CA Top Secret for z/OS

Resolution

To send passwords only from MVS2 to MVS1.

Add the following entry in the sending node MVS2's TSSPARM file:

CPFNODES(MVS1(S,P))

This tells MVS2 to only send passwords changes to MVS1.

Add the following entry in the receiving node MVS1's TSSPARM file:

CPFNODES(MVS2(R,P))

This tells MVS1 to only accept password changes from MVS2.

After making the changes, recycle TSS or IPL.