From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Wang Subject: linux pam audit Date: Wed, 22 Aug 2007 14:26:55 +0800 Message-ID: <1187764015.2414.7.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.redhat.com (mx2.redhat.com [10.255.15.25]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7M6d0qq000327 for ; Wed, 22 Aug 2007 02:39:00 -0400 Received: from ex1.resilience.com (207.47.19.6.static.nextweb.net [207.47.19.6]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l7M6cxoE021198 for ; Wed, 22 Aug 2007 02:38:59 -0400 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 Hi all, Is it possible to redirect the log messages of a certain PAM Service into a special file. I have for example a PAM service "cdsrv" whose messages are all going to /var/log/messages. But i want all the messages of the PAM service "cdsrv" (and only these) in a file /var/log/cdsrv.log. Is that possible, some magic with /etc/syslog.conf maybe? Thanks in advance, tom