ACF2 commands to secure port access for IBM AD Connect for Mainframe
search cancel

ACF2 commands to secure port access for IBM AD Connect for Mainframe

book

Article ID: 273547

calendar_today

Updated On:

Products

ACF2 - z/OS ACF2 - MISC ACF2

Issue/Introduction

Below are the equivalent ACF2 commands translated from the IBM AD Connect for Mainframe documentation.  

Environment

Release : 16.0

Resolution

SET RESOURCE(SER)
RECKEY EZB ADD( PORTACCESS.SYSNAME.TCPIP.PROFILENAME UID(uid_for_stc) SERVICE(READ) ALLOW)
F ACF2,REBUILD(SER)

Where:

SYSNAME - represents the z/OS system name where the TCPIP started task is running.

TCPIP - represents the job name for the TCPIP started task on the z/OS system.

PROFILENAME - represents the unique profile name assigned to the port or port range for IBM AD Connect for Mainframe, as defined previously in the TCPIP profile data set. It follows the SAF keyword in that definition.

uid_for_stc - represents the ACF2 UID string for the IBM AD Connect for Mainframe started task logonid

Make sure the SERVAUTH class is made resident in INFODIR. If it is not, then issue the following:

SET CONTROL(GSO)
CHANGE INFODIR TYPES(R-RSER)
F ACF2,REFRESH(INFODIR)
F ACF2,REBUILD(SER)