Configuration of Security - ACF2 Class
ACF2 CLASS
All components use the Universal Agent ACF2 class $UNV. The class name may be changed if local requirements require it.
To install the Universal Agent ACF2 class, perform the following steps:
Step 1 | Create a CLASMAP with the following ACF2 command: SET CONTROL(GSO) INSERT CLASSMAP.$UNV RESOURCE($UNV) RSRCTYPE(UNV) ENTITYLN(246) |
---|---|
Step 2 | Rebuild and refresh the directories with the following console command: F ACF2,REFRESH(CLASMAP),SYSID(*sysid*),CLASS(C),TYPE(GSO)
|
Step 3 | Define the following resource rules for Universal Command and Universal Control with the following commands: SET RESOURCE(OSM) COMPILE * STORE $KEY(UCMD) TYPE(UNV) UID(ucmd_admin_id) ALLOW - UID(ucmd_admin_id) SERVICE(READ) ALLOW SET RESOURCE(OSM) COMPILE * STORE $KEY(UCTL) TYPE(UNV) UID(uctl_admin_id) ALLOW - UID(uctl_admin_id) SERVICE(READ) ALLOW |