Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 16:47:41 -0700 (MST)
From:      Antonio Varela Lizardi <antonio@avlnet.ml.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   How did work: Re: wrappers question
Message-ID:  <Pine.BSF.4.01.9901261644390.5201-100000@obelix.avlnet.ml.org>
In-Reply-To: <Pine.BSF.4.01.9901232013080.12717-100000@obelix.avlnet.ml.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sat, 23 Jan 1999, Antonio Varela Lizardi wrote:

> Hi there,
>   I want to obtain a /var/log/secure file (a-la-linux) to monitor
> uninvited guests with tcpd. 

  I had to add every daemon that needed to be monitored, not just tcpd. In
my case, added to /etc/syslog.conf

!telnetd
*.*					/var/log/secure.log
!ftpd
*.*					/var/log/secure.log
!popper
*.*					/var/log/secure.log

  And now I have a nice activity log.

Best regards,
Antonio


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9901261644390.5201-100000>