From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miloslav Trmac Subject: Re: Advice on enriching logs with user and group names before moving them to a central log repository Date: Thu, 2 Aug 2012 17:12:25 -0400 (EDT) Message-ID: <378292340.14664596.1343941945408.JavaMail.root@redhat.com> References: <501AAA3D.8040806@mozilla.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx3-phx2.redhat.com (mx01.colomx.prod.int.phx2.redhat.com [10.5.7.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q72LCPPQ030033 for ; Thu, 2 Aug 2012 17:12:25 -0400 In-Reply-To: <501AAA3D.8040806@mozilla.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Guillaume Destuynder Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com ----- Original Message ----- > It might still be an idea to have auparse_get_uid(au) etc. I'm not 100% sure what you mean, but is perhaps auparse_interpret_field what you are looking for? It returns an "intepreted" (as opposed to "raw") version of the field, e.g. a name instead of an UID. Mirek