In order to Set up and use the Security Logon Function of the Teradata Director Program, it is necessary to follow some procedures.
One of these procedures is to set up the external security manager to work with the TDP security logon function.
The commands for RACF are:
a) Create user profiles in the FACILITY class with a universal access code of NONE to regulate logons. Note, in the following example, that the first qualifier of the resource name specifies the TDPid, and the second qualifier specifies the DBC user logon name:
RDEFINE FACILITY TDP9.TEST01 UACC(NONE)
RDEFINE FACILITY TDP0.BIG_DBC_USER_NAME - UACC(NONE)
RDEFINE FACILITY TDPX.PAYROLL977263 - UACC(NONE)
b) Give each user the appropriate status authority to the FACILITY profile. READ is sufficient, as in the following examples:
PERMIT UACC(READ) USER(TSO0997) - PROFILE(TDP9.TEST01) CLASS(FACILITY)
PERMIT UACC(READ) USER(TSO0998) - PROFILE(TDP0.DBC_BIG_USER_NAME) -
CLASS(FACILITY)
PERMIT UACC(READ) USER(TSO0999) - PROFILE(TDPX.PAYROLL977263) - CLASS(FACILITY)
c) If not already activated, activate the FACILITY class:
SETROPTS CLASSACT(FACILITY)