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 DEC94F16B for ; Tue, 16 Apr 2013 08:30:31 +0000 (UTC) Received: (qmail 42766 invoked by uid 500); 16 Apr 2013 08:30:31 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 42494 invoked by uid 500); 16 Apr 2013 08:30:31 -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 42443 invoked by uid 99); 16 Apr 2013 08:30:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Apr 2013 08:30:28 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anchela@adobe.com designates 64.18.1.185 as permitted sender) Received: from [64.18.1.185] (HELO exprod6og103.obsmtp.com) (64.18.1.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Apr 2013 08:30:23 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob103.postini.com ([64.18.5.12]) with SMTP ID DSNKUW0MCnCCZ9GX+lTDjFSEMYxpvDnd3l5D@postini.com; Tue, 16 Apr 2013 01:30:02 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r3G8Qo1v024582 for ; Tue, 16 Apr 2013 01:26:51 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id r3G8Pktr026431 for ; Tue, 16 Apr 2013 01:29:59 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.298.1; Tue, 16 Apr 2013 01:26:48 -0700 Received: from angela.eur.adobe.com (10.132.1.90) by eurhub01.eur.adobe.com (10.128.4.111) with Microsoft SMTP Server id 8.3.298.1; Tue, 16 Apr 2013 09:26:48 +0100 Message-ID: <516D0B47.9070406@adobe.com> Date: Tue, 16 Apr 2013 10:26:47 +0200 From: Angela Schreiber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Subject: Re: Users privileges to create Node Types References: <1366046231169-4658252.post@n4.nabble.com> In-Reply-To: <1366046231169-4658252.post@n4.nabble.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi that should work for any principal. but please note that you have to grant the privilege for the 'null' path as it is a repository level privilege. for further information regarding passing 'null' to the various methods on javax.jcr.AccessControlManager you may want to look at JSR 333. hope that helps angela On 4/15/13 7:17 PM, vicent wrote: > Hello, > > I need several users have privileges to create node types; but this is only > possible with admin user... > > When i create a new user, i set your privileges with JCR_ALL, that contains > JCR_NODE_TYPE_MANAGEMENT. So, i hoped that worked, but not... > > So, how i can make to give privileges to create node types with any user? > it's possible? > > Regards > > > > > > -- > View this message in context: http://jackrabbit.510166.n4.nabble.com/Users-privileges-to-create-Node-Types-tp4658252.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com.