From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: auditd.conf/audispd.conf question... Date: Thu, 7 Oct 2010 09:54:10 -0400 Message-ID: <201010070954.11071.sgrubb@redhat.com> References: <27BFBC3607BD86489D06533C7F4401B10DD27119A1@srv-win-mail01> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <27BFBC3607BD86489D06533C7F4401B10DD27119A1@srv-win-mail01> 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 Cc: Jim Richard List-Id: linux-audit@redhat.com On Wednesday, October 06, 2010 09:36:18 pm Jim Richard wrote: > I have a quick question about the name_format parameter in audispd.conf. > When selecting options that require a dns lookup are these issued for each > record, or is the dns lookup issued one-time at startup? If dns lookup is > done for each record I'd prefer to use USER and NAME to force the issue, > though if not I'd rather just use the same file on all my servers. Its done at the beginning of the event loop so that it never needs to be looked up again. > I want to log both locally and to a central server. So which file should > this be specified in /etc/audit/auditd.conf or /etc/audisp/audispd.conf or > both? Both. They are independent of each other. -Steve