The following steps are for CA ACF2, which requires rules to exist before access is granted.
For example, you can create the resource type as type(APT).
ACF
T C(GSO)
INSert CLASMAP.PANAPT resource(PANAPT) rsrctype(APT)
List LIKE(CLASMAP.-)
--List clasmap to see if the type you created is defined.
CH INFODIR types(R-RAPT)
T R(APT) -- --RSRCTYPE created in step 1 COMP * $key(PANAPTU) type(APT) --RSRCTYPE created in step 1 PANAPT uid(*) allow- --Not require a system ID PANSYSID.- uid(*) allow --Allow all system IDs PANUIF uid(*) allow --Allow CA-PanAPT/UIF --functionality STORE L PANAPTU --List the resource rules
COMP * $key(PANAPTF) type(APT) --RSRCTYPE created in step 1 - uid(*) allow --Allow CA-PanAPT functionality STORE L PANAPTF --List the resource rules END --Exit CA-ACF2
F ACF2,REFRESH(CLASMAP,INFODIR),SYSID(xxxx)
(where xxxx is your system ID)
F ACF2,REBUILD(APT),CLASS(R) RSRCTYPE created in step 1
|
Copyright © 2010 CA.
All rights reserved.
|
|