4.5.2.2 FTPD: Display acceptable usage policy during login

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

Set an ftpd login banner which displays the acceptable usage policy.

Rationale:

The message in banner.msg is displayed for FTP logins. Banners display necessary warnings to users trying to gain unauthorized access to the system and are required for legal purposes. The recommendation is to set the banner as:

'Authorized uses only. All activity will be monitored and reported'.

The content may be changed to reflect any corporate AUP.

Solution

Ensure that the bos.msg.en_US.net.tcp.client fileset is installed:

lslpp -L 'bos.msg.en_US.net.tcp.client'

NOTE: If the fileset is not installed, install it from the AIX media or another software repository. The fileset should reflect the language used on the server.
Once installed set the ftp AUP banner:

dspcat -g /usr/lib/nls/msg/en_US/ftpd.cat > /tmp/ftpd.tmp
sed 's/'%s FTP server (%s) ready.'/'%s Authorized uses only. All activity may be monitored and reported'/' /tmp/ftpd.tmp > /tmp/ftpd.msg
gencat /usr/lib/nls/msg/en_US/ftpd.cat /tmp/ftpd.msg
rm /tmp/ftpd.tmp /tmp/ftpd.msg

Default Value:

%s FTP server (%s) ready.

See Also

https://workbench.cisecurity.org/benchmarks/7851