From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: USER_LOGIN Date: Mon, 19 Jul 2010 10:07:05 -0400 Message-ID: <201007191007.05469.sgrubb@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday, July 19, 2010 09:33:11 am List Quest wrote: > - Trying FTP Connect: > > Following lines writing to audit.log > type=USER_AUTH ... > type=USER_ACCT ... > (NO USER_LOGIN LINE?) > > Wyh this? No one patched the ftp deamon to send it. The USER_LOGIN event is sent by the daemon after authentication/authorization completes. This is to distinguish actual sessions from the pam events you noted which may not actually be associated with a login (e.g. - crond). Sshd, gdm, kdm, xdm, and login have all been patched to do this. I'm not entirely sure we considered ftp to be a shell giving free access to the system and that would be the most likely reason its not been patched. -Steve