I would like to log ftp logins to a server running DU 4.0A.
According the ftpd man page, the -l qualifier means each session is logged.
So it would seem somewhat intuitive to modify this line in inetd.conf
ftp stream tcp nowait root /usr/bin/tcpd /usr/sbin/ftpd
with
ftp stream tcp nowait root /usr/bin/tcpd /usr/sbin/ftpd -l
Am I on the right track so far?
Assuming so far so good, it isn't clear to me where this information is
going to be logged. According to the man page for syslogd, there doesn't
seem to be a facility that corresponds to network events. So what do I need
to enable and configure ftp logging?
--
Jon Wright
Unified Information, Inc.
voice: 425-814-4019
fax: 425-814-4001
mailto:jon.wright_at_ui.com
Received on Fri Jul 17 1998 - 00:32:48 NZST