OE/FTP is an OMVS application that executes under USS to facilitate the file transfer of HFS files throughout a TCP/IP network. OE/FTP typically executes under a started‑task FTPD whereas FTP typically executes under a started‑task named FTPSERVE.
OE/FTP includes an optional message‑log daemon (Syslog‑D) that logs past and present message traffic related to OE/FTP. Without this logging task, no ongoing log of OE/FTP activity occurs.
To replace the IBM requirements when installing OE/FTP with CA Top Secret:
If running as an FTPD, the following example shows the administration needed to properly define the ACID:
TSS CRE(FTPD) TYPE(USER)
NAME('OE/FTP STC ID')
DEPT(anydept)
FAC(STC)
PASSWORD(password,0)
MASTFAC(TCP)
TSS ADD(FTPD) UID(0)
GROUP(OMVSGRP)
DFLTGRP(OMVSGRP)
TSS ADD(STC) PROCname(FTPD)
ACID(FTPD)
If running under the OMVS kernel ID, no additional setup is necessary.
TSS PERMIT(FTPD) IBMFAC(BPX.SUPERUSER)
ACCESS(READ)
IBM recommends that you increase your level of security by protecting daemon authority by owning the resource IBMFAC(BPX.DAEM). To explicitly permit daemon authority to the server, even if it is running under UID(0), enter the following command:
TSS PERMIT(FTPD) IBMFAC(BPX.DAEMON)
ACCESS(READ)
IBM also documents the requirement for the FTPD user ID to have access to the FACILITY class resource of BPX.POE; therefore, the following permission may be required:
TSS PERMIT(FTPD) IBMFAC(BPX.POE) ACCESS(READ)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|