Define the application protection for RSE
During client logon, RSE daemon verifies that a user is allowed to use the application.
RDEFINE APPL FEKAPPL UACC(READ) DATA('IBM Explorer for z/OS')
SETROPTS RACLIST(APPL) REFRESH
Note:
- As described in more detail in Define the PassTicket support for RSE, RSE supports the
using of an application ID other than
FEKAPPL
. TheAPPL
class definition must match the actual application ID used by RSE. - The client connection request succeeds if the application
ID is not defined in the
APPL
class. - The client connection request will fail only if the application ID is defined and the user lacks READ access to the profile.