Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE12E1067C for ; Tue, 28 Apr 2015 23:25:20 +0000 (UTC) Received: (qmail 3005 invoked by uid 500); 28 Apr 2015 23:25:19 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 2977 invoked by uid 500); 28 Apr 2015 23:25:19 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 2965 invoked by uid 99); 28 Apr 2015 23:25:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 23:25:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.164.171.186 which is an MX secondary for user@zookeeper.apache.org) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 23:25:13 +0000 Received: from mail-ig0-f174.google.com (mail-ig0-f174.google.com [209.85.213.174]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B018243CD0 for ; Tue, 28 Apr 2015 23:24:52 +0000 (UTC) Received: by igbhj9 with SMTP id hj9so35370833igb.1 for ; Tue, 28 Apr 2015 16:24:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:mime-version:subject :message-id:date:references:in-reply-to:to; bh=P9PClb3fwHhMt5gfyqrr+d1fZTsUyIcjVeeRESzr43o=; b=GdsllQhSQl01/LKzv9H4vcffP86cpGejBLpZdqmVqjY30nU+giwF3P5vJGkbZYCWD8 G05c2Eyz+cK87NzxTOy0aSIllDlh2J/GFHFxI/dGXRDx2MxpW+w/amHJXskNCT4WL9EJ GLcVTuU2an6paDzhvIOTYJJQaYt4RmHxehr/vJYDfgOenM+aCbly1ypsU3RZmTlVJnqG PxLlbetWjOREb6ZNlBdwFF+yH1f+2R4teWpjotezileu6jxI8TCnku7twLqrKt0SyAIG zjItyBBDxO9zgNrSFp+be54oqY1aScLPUeTT8U6iuzXmevBXMh3ZwSZQQn9nh2r0cOu2 BjIw== X-Received: by 10.42.226.8 with SMTP id iu8mr390523icb.17.1430263492374; Tue, 28 Apr 2015 16:24:52 -0700 (PDT) Received: from [192.168.0.7] (71-218-159-84.hlrn.qwest.net. [71.218.159.84]) by mx.google.com with ESMTPSA id z195sm15673189iod.33.2015.04.28.16.24.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Apr 2015 16:24:51 -0700 (PDT) From: Michael Pratt Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: Cannot delete node after setting ACL Message-Id: Date: Tue, 28 Apr 2015 17:24:51 -0600 References: <37996076ad124635a7081e00a5f239c4@ES07AMSNLNT.srn.sandia.gov> In-Reply-To: <37996076ad124635a7081e00a5f239c4@ES07AMSNLNT.srn.sandia.gov> To: "user@zookeeper.apache.org" X-Mailer: iPhone Mail (12F70) X-Virus-Checked: Checked by ClamAV on apache.org Thanks linda. I mentioned in my post I was able to add/remove nodes when a v= alid SHA1 hash is provided, but I'm in the same boat of not knowing how to r= emove it when a bad hash is used. Haven't tried super digest yet, probably t= he last option before wiping everything. Thanks, Mike > On Apr 28, 2015, at 4:17 PM, Dubbert, Linda S wrote: >=20 > When you use the setAcl command, you must supply the SHA1 digest of the "u= ser:password" string , e.g.: > setAcl /test2 digest:test:V28q/NynI4JI3Rk54h0r8O5kMug=3D:cdrwa > (The SHA1 hash is for the string "test:test") >=20 > However, once you get into this situation, where you cannot authenticate t= o the proper username to delete, I don't know how to get out of it without r= esetting the database. >=20 > - linda