From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 14:17:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D05B816A41F for ; Wed, 5 Oct 2005 14:17:28 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 7080E43D49 for ; Wed, 5 Oct 2005 14:17:28 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 2393 invoked by uid 502); 5 Oct 2005 14:17:27 -0000 Received: from dsl29164.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.116.164) by 0 with SMTP; 5 Oct 2005 14:17:27 -0000 X-CLIENT-IP: 216.227.116.164 X-CLIENT-HOST: dsl29164.ywave.com Message-ID: <4343E077.8050406@ywave.com> Date: Wed, 05 Oct 2005 07:17:27 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Leo Lapousterle References: <73A6E215A2D954CDD1E12407@cc-110.int.t-online.fr> In-Reply-To: <73A6E215A2D954CDD1E12407@cc-110.int.t-online.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Security logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 14:17:28 -0000 Leo Lapousterle wrote: > Hello, > > I tried to get this information by myself (lists, google, man pages), but I > can't find something that answer totally to my question : > > Is there a file where informations about how many users had attempted to > log into the system, successfully or not? > > If not, is there a way to store these informations somewhere, by activating > some security routines or putting some script around? > > Thanks a lot everyone, Does /var/log/auth.log have what you need? Micah