From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: command logging Date: Tue, 8 Nov 2011 16:31:18 -0500 Message-ID: <201111081631.18853.sgrubb@redhat.com> References: <201111081559.18187.sgrubb@redhat.com> 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: Frank Kruchio Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Tuesday, November 08, 2011 04:09:42 PM Frank Kruchio wrote: > Thanks Steve ! > > These are RHEL5 U7 however what happens if they ssh in, pam_tty_audit wont > work I think. > Since console login is disabled we are not thinking of using pam_tty_audit > or can you use it for ssh logins as well ? Should work fine there. > if not, what are the options to trac users who share user ids ? Users can share UIDs, but just not login as that UID. They have to login with their own unique uid and then change to the shared account. Of course a cron job won't track the auid, though. But you can disable cron for the shared account. -Steve