RACF
Use the following command to assign an OMVS segment to the Mainframe Connector started task userid in a RACF environment:
ALU mfc_id OMVS(UID(999999) HOME(/) PROGRAM(/bin/sh))
The RACF started task table should be updated to include the Mainframe Connector started task procedure name and corresponding mfc_id.
If the functions to create a new userid, delete an existing userid, or update attributes for an existing userid will be used, the userid that will be used for the Mainframe Connector started task will need to have sufficient RACF authority to perform those functions for the target userids. This will typically mean that the Mainframe Connector started task userid will require RACF SPECIAL or minimally, RACF GROUP-SPECIAL authority. As well, it will be necessary for the RACF started task to be running for the create, delete, or update operations to succeed.