From issues-return-43786-archive-asf-public=cust-asf.ponee.io@karaf.apache.org Tue Apr 2 15:28:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D527F18067E for ; Tue, 2 Apr 2019 17:28:01 +0200 (CEST) Received: (qmail 38674 invoked by uid 500); 2 Apr 2019 15:28:01 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 38662 invoked by uid 99); 2 Apr 2019 15:28:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2019 15:28:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7B087E00CC for ; Tue, 2 Apr 2019 15:28:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 291BA24597 for ; Tue, 2 Apr 2019 15:28:00 +0000 (UTC) Date: Tue, 2 Apr 2019 15:28:00 +0000 (UTC) From: "Stephen Higgs (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4436) Extend JAAS auditing with eventadmin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-4436?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1680= 7857#comment-16807857 ]=20 Stephen Higgs commented on KARAF-4436: -------------------------------------- [~jbonofre], did you already start work on this one? > Extend JAAS auditing with eventadmin > ------------------------------------ > > Key: KARAF-4436 > URL: https://issues.apache.org/jira/browse/KARAF-4436 > Project: Karaf > Issue Type: Improvement > Components: karaf > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Major > > Right now, we have the Audit JAAS LoginModules (File and EventAdmin) audi= ting when an user login/logout. > Unfortunately, in the case of the File, we just have something like: > {code} > 03/23/2016 13:17:43 - Authentication attempt - karaf > 03/23/2016 13:17:43 - Authentication failed - karaf > 03/23/2016 13:17:48 - Authentication attempt - karaf > 03/23/2016 13:17:48 - Authentication succeeded - karaf > 03/23/2016 13:41:14 - Authentication attempt - karaf > 03/23/2016 13:41:14 - Authentication failed - karaf > 03/23/2016 13:41:15 - Authentication attempt - karaf > 03/23/2016 13:41:15 - Authentication succeeded - karaf > {code} > In the audit "log", it would be great to "trap" the event provided by she= ll and JMX eventadmin. We would provide a real and complete auditing file. -- This message was sent by Atlassian JIRA (v7.6.3#76005)