When trying to use z/OS Connect software using ACF2 role groups, the user is not being restricted from using different functions based on the role that the user is defined to. Why is this occurring?
Release : 16.0
Component : CA ACF2 for z/OS
ROLESETs and TGR resource rules for Supplemental groups were created correctly, but the following rebuild and refresh commands needed to be issued in order to rebuild the OMVS table and resident directories:
F ACF2,REBUILD(TGR)
F ACF2,REUBUILD(GRP),CLASS(P)
F ACF2,REBUILD(USR),CLASS(P)
F ACF2,OMVS
Once these commands were issued, the ROLESETs functioned as expected.