If agent job submissions and command executions are being validated, authorizations are performed to verify that the mainframe user (MFUser) is authorized to submit agent jobs to the specific agent name using the agent user ID. Authorizations are also performed to verify that the signed on user is authorized to perform any agent command executions. The AGCLASS keyword on the SECURITY statement determines the resource class used for these authorizations.
The following are examples of CA WA CA 7 Edition agent job submission and agent command execution rules:
This example illustrates defining ownership and then giving job submission authority using a specific agent user ID and specific agent name:
TSS ADDTO(CA7DEPT) AGENT(CA71.AGENTUSR)
Specifies the CA Top Secret command used to define ownership for a resource.
Specifies the CA Top Secret ACID to receive ownership for a resource.
Specifies the resource class AGENT followed by the resource name.
TSS PERMIT(CA7USER) AGENT(CA71.AGENTUSR.AGTUSER1.UNIXAGT) ACCESS(READ)
Specifies the CA Top Secret command used to authorize access to a resource.
Specifies the user ACID to receive access to submit the agent job.
Specifies the resource class AGENT followed by the resource name in the following format:
ca7-instance-id.AGENTUSR.agent-userid.agent-name
Specifies the access level. READ is required for agent job submission.
This example illustrates defining ownership and giving agent command execution authority for a specific agent name:
TSS ADDTO(CA7DEPT) AGENT(CA71.AGENTMSG)
Specifies the CA Top Secret command used to define ownership for a resource.
Specifies the CA Top Secret ACID to receive ownership for a resource.
Specifies the resource class AGENT followed by the resource name.
TSS PERMIT(CA7USER) AGENT(CA71.AGENTMSG.CONTROLSHUTDOWN.UNIXAGT) ACCESS(READ)
Specifies the CA Top Secret command used to authorize access to a resource.
Specifies the user ACID to receive access to execute the agent command.
Specifies the resource class AGENT followed by the resource name in the following format:
ca7-instance-id.AGENTMSG.verbsubverb.agent-name
Specifies the access level. READ is required for agent command execution.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|