5.2.5.3 Configuring Security in the Remote Domain
Change the security of connection definitions on the mainframe host by doing the following:
- Expand the group that contains the connection definitions. For example:
CEDA EX GR(MYCONNGRP)
Replace
MYCONNGRP
with the name of the group that contains your connection definitions. - Alter security of each connection definition by changing the
value of
ATTACHSEC
toVERIFY
on each connection definition. - Put each connection out of service by inquiring on the
connection’s
CEMT I CONN(MYCN)
and tabbing to the connection, then changing theINS
entry toOUT
. - Install the modified connection definitions. For example:
CEDA I GR(MYCONNGRP)
Replace
MYCONNGRP
with the name of the group that contains your connection definitions. - The security definition is complete. Run the application.
Parent topic: Setting Security Scenario