Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 92036 invoked from network); 17 Nov 2006 05:48:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 05:48:06 -0000 Received: (qmail 64374 invoked by uid 500); 17 Nov 2006 05:48:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 64341 invoked by uid 500); 17 Nov 2006 05:48:12 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 64322 invoked by uid 99); 17 Nov 2006 05:48:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 21:48:12 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 21:48:01 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 07CD1714324 for ; Thu, 16 Nov 2006 21:47:41 -0800 (PST) Message-ID: <7328609.1163742461029.JavaMail.jira@brutus> Date: Thu, 16 Nov 2006 21:47:41 -0800 (PST) From: "Matt Hogstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-1394) JMX Debug Console should require admin-level authentication In-Reply-To: <14426815.1135030230332.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/GERONIMO-1394?page=all ] Matt Hogstrom updated GERONIMO-1394: ------------------------------------ Fix Version/s: Wish List (was: 1.2) > JMX Debug Console should require admin-level authentication > ----------------------------------------------------------- > > Key: GERONIMO-1394 > URL: http://issues.apache.org/jira/browse/GERONIMO-1394 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: management > Affects Versions: 1.0 > Environment: 1.0 RC > Reporter: Kevan Miller > Fix For: Wish List > > > The debug console does not require user authentication. Since MBean attributes can provide configuration and security information about a server that should not be public knowledge, by default, the debug console should require admin-level authentication. > I didn't see anything too sensitive in my sampling of MBean attributes... Whoops, I spoke too soon. Here are the attributes for the DirectoryService (note the credentials attribute)... > ObjectName: geronimo.server:name=DirectoryService > ClassName: org.apache.geronimo.directory.DirectoryGBean > State: running > Attributes > Name Value > anonymousAccess true > configFile (null) > enableNetworking true > host 0.0.0.0 > port 1389 > providerURL ou=system > securityAuthentication simple > securityCredentials secret > securityPrincipal uid=admin,ou=system > workingDir (null) > There's been talk of incorporating debug console into the admin console -- which i would support and would presumably address the problem... However, in the meantime, we may want/need to nail down the current debug console... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira