The steps to define $SOLVE.FTP.CONTROL depend on your security system. They are described in the sections that follow.
To define $SOLVE.FTP.CONTROL to CA ACF2 for z/OS, compile the following rule to authorize users to maintain policy rules:
ACF COMP * $KEY($SOLVE.FTP.CONTROL) TYPE(FAC) UID(uid_string) SERVICE(UPDATE) ALLOW STORE END
Note: Rule lines after the $KEY line must be in column 2. If you compile this rule in TSO, you must enter a blank line after the last rule line entry and before the STORE command.
Use this procedure to define $SOLVE.FTP.CONTROL to CA Top Secret for z/OS.
To define $SOLVE.FTP.CONTROL to CA Top Secret for z/OS
TSS ADD(department-id) IBMFAC($SOLVE.FTP.CONTROL)
TSS PER(userid) IBMFAC($SOLVE.FTP.CONTROL) ACC(WRITE)
Define $SOLVE.FTP.CONTROL to RACF by issuing the following command:
RDEFINE FACILITY $SOLVE.FTP.CONTROL UACC(NONE) PE $SOLVE.FTP.CONTROL CLASS(FACILITY) ID(userid or group) ACCESS(UPDATE) SETROPTS GENERIC(FACILITY) REFRESH
| Copyright © 2012 CA. All rights reserved. |
|