Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD7F090A1 for ; Tue, 23 Dec 2014 19:23:13 +0000 (UTC) Received: (qmail 48721 invoked by uid 500); 23 Dec 2014 19:23:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 48679 invoked by uid 500); 23 Dec 2014 19:23:13 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 48665 invoked by uid 99); 23 Dec 2014 19:23:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 19:23:13 +0000 Date: Tue, 23 Dec 2014 19:23:13 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (ACCUMULO-3446) Move SecurityUtil out of core MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reopened ACCUMULO-3446: ---------------------------------- [~ctubbsii] said I broke this. Need to look at what I did. > Move SecurityUtil out of core > ----------------------------- > > Key: ACCUMULO-3446 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3446 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.5.2, 1.6.1 > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 1.5.3, 1.6.2, 1.7.0 > > Time Spent: 50m > Remaining Estimate: 0h > > SecurityUtil currently lives in accumulo-core but has no reason to be there. It's used as a wrapper to extract the necessary information from the AccumuloConfiguration (the keytab and principal) and perform the login using Hadoop's UserGroupInformation. > This is not relevant for clients, and should live in server-base instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332)