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 3D774176D0 for ; Tue, 4 Nov 2014 23:42:31 +0000 (UTC) Received: (qmail 82814 invoked by uid 500); 4 Nov 2014 23:42:30 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 82407 invoked by uid 500); 4 Nov 2014 23:42:29 -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 82392 invoked by uid 99); 4 Nov 2014 23:42:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 23:42:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: unknown (nike.apache.org: error in processing during lookup of ctang@rubiconproject.com) Received: from [209.85.220.54] (HELO mail-pa0-f54.google.com) (209.85.220.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 23:42:01 +0000 Received: by mail-pa0-f54.google.com with SMTP id rd3so15560177pab.27 for ; Tue, 04 Nov 2014 15:40:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:subject:message-id:date:to :mime-version; bh=xuYwXMOWYsUzSD5tyTKvOIeSIVOc2VnBpIaZXjqWzMM=; b=ag5egSv0DDNvWpt2NcdKr6L+yCHQGITnucHK5y4PG+Dx7OFmjhhvAciKPWtGlNBw1Y NQ4+5DKgD0mr86eg3F3vM6XclP1MincjdBv2lf/hv+o0k1Mql/QrrjBUagI9KL2tBCFE 7t5u91Xp/HRUyE8OkBT2cORpMBQCTp6CZBZP4nllDwx8Yz7DtgeCdyDjy4AHhlRrRnP3 hFjAxl+TfSbUIX5UOPkwtjMngD+DFnjDyeA1yhttgHVx1WiF99eIl/Qs1GbGggzihqkn TVXfTLtLBM92sKYYQWJKjftWlJ5YqEzF5mgZn9InydunjDw+CkSvAYqWKtXU0BwTDod9 L1wA== X-Gm-Message-State: ALoCoQnfACzr00R+q0fimfRHLATW/hvQlFUHtRhH+b23ljq0UAMdrNGtPbizjGYxcWoOzVNEzZoo X-Received: by 10.66.253.164 with SMTP id ab4mr1470138pad.59.1415144429844; Tue, 04 Nov 2014 15:40:29 -0800 (PST) Received: from [192.168.140.80] ([72.34.113.100]) by mx.google.com with ESMTPSA id lm3sm1393880pab.34.2014.11.04.15.40.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Nov 2014 15:40:28 -0800 (PST) From: Churu Tang Content-Type: multipart/alternative; boundary="Apple-Mail=_2F270D5E-9C8E-4BCC-A64B-DFD8CFD872B3" Subject: About zookeeper ACL permissions Message-Id: <3E491006-058F-4637-9A33-397D58184777@rubiconproject.com> Date: Tue, 4 Nov 2014 15:40:26 -0800 To: user@zookeeper.apache.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_2F270D5E-9C8E-4BCC-A64B-DFD8CFD872B3 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hi, 1. If I specify one entry using IP address in ACL, what=92s the default = permissions for all the other clients using different IP address? 2. I run a test using different two boxes A and B. on A, I created a = path, only giving B read permission. However, I am able to delete the = path from B. My command is giving as follows. I am running my code on a = GNU/Linux machine, using zookeeper-3.4.6 and the bin/zkCli.sh. Would = someone tell me what is wrong in my command, please? On A : create /ctang my_test ip:B:r Created /ctang getAcl /ctang 'ip,=92B : r On B: delete /ctang Cheers, Churu= --Apple-Mail=_2F270D5E-9C8E-4BCC-A64B-DFD8CFD872B3--