Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0E2010495 for ; Fri, 20 Sep 2013 11:43:58 +0000 (UTC) Received: (qmail 54610 invoked by uid 500); 20 Sep 2013 11:43:56 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 54070 invoked by uid 500); 20 Sep 2013 11:43:51 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 54060 invoked by uid 99); 20 Sep 2013 11:43:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 11:43:47 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of polisettya@gmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 11:43:42 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VMz6u-0006IR-9r for users@jackrabbit.apache.org; Fri, 20 Sep 2013 04:42:56 -0700 Date: Fri, 20 Sep 2013 04:42:41 -0700 (PDT) From: anjan To: users@jackrabbit.apache.org Message-ID: <1379677361253-4659561.post@n4.nabble.com> Subject: Group membership and Privileges MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have a node (of type nt:folder) where the below privileges are granted for the user "test". jcr:primaryType = rep:GrantACE rep:privileges = ['jcr:modifyProperties','jcr:read','jcr:versionManagement']. Now I am able to create a child node (of type nt:folder) successfully with "test" user even though "test" user doesn't have the "jcr:addChildNodes" privilege. This "test" user also belong to "administrator" group and I believe this group has "jcr:all" privileges assigned to it. But based on my understanding, if ACEs are defined for USER principal they will take precedence over the group principals. So I am not sure how "test" user can successfully create a child node. Am I missing something here? -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Group-membership-and-Privileges-tp4659561.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.