Create a trusted TCP support
Define trusted TCP support for retrieving user credentials.
Command | Description |
---|---|
SETROPTS GENERIC(SERVAUTH) SETROPTS CLASSACT(SERVAUTH) RACLIST(SERVAUTH) |
Activate the class for TCP/IP security. |
RDEFINE SERVAUTH EZBDOMAIN APPLDATA('EZBDOMAINNAME') DATA('SECURITY DOMAIN FOR CROSS-STACK PARTNERINFO') RDEFINE SERVAUTH EZB.IOCTL.*.*.PARTNERINFO UACC(NONE) DATA('GET PARTNER SECURITY CREDENTIALS') PERMIT EZB.IOCTL.*.*.PARTNERINFO CLASS(SERVAUTH) ACCESS(READ) ID(BGZSTCI) SETROPTS RACLIST(SERVAUTH) REFRESH |
Define security product authority for the EZBDOMAIN profile in the SERVAUTH class within the sysplex that is to use trusted TCP connections.Specify the same security domain name in the APPLDATA field.Provide access to specific users by defining security product authority in the SERVAUTH class for the following profile.For more information, see Steps for retrieving partner security credentials in the z/OS documentation. |