Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 233DACC67 for ; Wed, 18 Jul 2012 17:57:36 +0000 (UTC) Received: (qmail 84526 invoked by uid 500); 18 Jul 2012 17:57:36 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 84480 invoked by uid 500); 18 Jul 2012 17:57:35 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 84220 invoked by uid 99); 18 Jul 2012 17:57:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 17:57:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 8103B142856 for ; Wed, 18 Jul 2012 17:57:35 +0000 (UTC) Date: Wed, 18 Jul 2012 17:57:35 +0000 (UTC) From: "John Vines (JIRA)" To: dev@accumulo.apache.org Message-ID: <880992842.70274.1342634255533.JavaMail.jiratomcat@issues-vm> In-Reply-To: <671668187.51811.1342229014495.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Reopened] (ACCUMULO-691) Connecting To Shell With Incorrect Password Should Fail 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-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Vines reopened ACCUMULO-691: --------------------------------- > Connecting To Shell With Incorrect Password Should Fail > ------------------------------------------------------- > > Key: ACCUMULO-691 > URL: https://issues.apache.org/jira/browse/ACCUMULO-691 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.5.0-SNAPSHOT > Reporter: David Medinets > Assignee: John Vines > Fix For: 1.5.0 > > > I ran this command: > accumulo shell -u root -p bad_password > And was connected to the shell. I did not expect this to work. I could > run the "tables" command. I could even choose a table to work with. > However the scan and insert failed as shown below. > root@development> table david > root@development david> scan > 14 00:18:11,063 [shell.Shell] ERROR: > org.apache.accumulo.core.client.AccumuloSecurityException: Error > BAD_CREDENTIALS - Username or Password is Invalid > root@development david> insert row1 cf1 cq1 value > 14 00:18:25,952 [impl.ThriftScanner] WARN : Security Violation in scan > request to 66.175.213.65:9997: ThriftSecurityException(user:root, > code:BAD_CREDENTIALS) > 14 00:18:26,046 [shell.Shell] ERROR: > org.apache.accumulo.core.client.MutationsRejectedException: # > constraint violations : 0 # authorization failures : 1 # server > errors 0 # exceptions 0 > The config -T command did work which is probably not good. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira