We have been struggling to get a grasp on Impersonation under CICS. We have an RPC Server running, but the actual implications of what ‘impersonation’ still seem to ellude us.
From the documentation:
What are the implications? What value should be in some of the system variables when executing a Natural object through a CICS RPC Server with Impersonation? e.g. What will be the values for:
*APPLIC-ID/*APPLIC-NAME:
*DEVICE:
*INIT-PROGRAM:
*INIT-USER:
*LIBRARY-ID:
*NET-USER:
*TP:
*TPSYS:
*USER:
Our specific issue appears to be that when the RPC Server task is started under CICS, the user (or owner) associated with that task is the user-id that is loaded into *INIT-USER as well as in the ‘control block’ that is utilized or referenced by CICS as well as by RACF in our case. Thus, even though we pass a user-id through the web service, we are not able to truly verify authority with RACF as the user-id that is passed is not the user-id that gets loaded into *INIT-USER or the ‘control block’. We were hoping to be able to leverage our existing security infrastructure as we modernize our system.
Just looking to get a discussion going on Impersonation, what it ‘truly’ is or will do, who is using, how, etc.
Thanks.
Versions of Stuff:
Natural 4.2.6
Natural CICS Interface 4.2.6
Natural for DB2 4.3.1
z/OS 1.10.00
Natural nucleus version : 4.2.6
Natural system file version : 4.2.6 service pack 5
Natural RPC version : 6.3.3 update level 3
Natural RPC front-end version : 6.3.2
#Mainframe-Integration#EntireX#webMethods