Previous Topic: Installation of CA IDMSNext Topic: Define the CA IDMS Signon Resource Class


Define the CA IDMS #SRTT

For information on defining the CA IDMS #SRTT, see the CA IDMS Security Administrator Guide.

The following CA IDMS security macros cause CA IDMS to invoke CA Top Secret for signon processing and task checking. Additional entries can be specified to protect additional resources.

#SECRTT TYPE=INITIAL,
		SVCNUM=nnn,
		ENVNAME=envname,
		SGNRETN=0
#SECRTT TYPE=ENTRY,
	       RESTYPE=SGON,
		SECBY=EXTERNAL,
		EXTCLS=IDMSSYS,
		EXTNAME=(RESTYPE,RESNAME)
#SECRTT TYPE=ENTRY,
		RESTYPE=TASK,
		SECBY=EXTERNAL,
		EXTCLS='LCF',
		EXTNAME=(RESNAME)
#SECRTT TYPE=OCCUR,
		RESTYPE=TASK,
		SECBY=OFF,
		RESNAME='TSS'
#SECRTT TYPE=OCCUR,
		RESTYPE=TASK,
		SECBY=OFF,
		RESNAME='SIGNON'
#SECRTT TYPE=OCCUR,
		RESTYPE=TASK,
		SECBY=OFF,
		RESNAME='SIGNOFF'
#SECRTT TYPE=OCCUR,
		RESTYPE=TASK,
		SECBY=OFF,
		RESNAME='BYE'
#SECRTT TYPE=FINAL

Note the following:

Modify this table with the IDMS.SAMPJCL member UMODSRTT, created during the IDMS installation steps. It is the user's responsibility to maintain the SMP/E usermod associated with this assembly.