Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 9777 invoked from network); 3 Aug 2009 17:45:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Aug 2009 17:45:19 -0000 Received: (qmail 14120 invoked by uid 500); 3 Aug 2009 17:45:23 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 14092 invoked by uid 500); 3 Aug 2009 17:45:23 -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 14081 invoked by uid 99); 3 Aug 2009 17:45:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 17:45:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ianboston@googlemail.com designates 209.85.219.206 as permitted sender) Received: from [209.85.219.206] (HELO mail-ew0-f206.google.com) (209.85.219.206) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 17:45:13 +0000 Received: by ewy2 with SMTP id 2so3030852ewy.43 for ; Mon, 03 Aug 2009 10:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=Mhew8UwpiO8B4ldgFS+OXlOZcBX7fqzPk2w4/wQhlx8=; b=p2axa7ZCQ+oLVfzSlxBQCY/TOf6TNxVPe7x0xQ4IEc07A9kBER3p+Mq6WazBhKr8c/ /42Oza9btjIxTT0neZU22CI+C59tnTuI1dTwcYfpBKsxDjVRqlI6dzYS1bZaVw9Ks4+l hgxfQZdP9z1/GDCrk/8LSkwysbIZlT5OjejmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=fQjpsTfvz1t7UGBVYo7KS+CliHHUo3jfcOfVv6nSi7ZSOG/IsEt1lXDpkDkMBlWoTh IHek2EY6ekT7ZIf6U2n3pwnPRvLYsQs1X7v7UE3ETZamo7bouLPKeonXvANMT+GPmrjt +Udc2DxTlDkjdcDWs5rYZnv085H2hZH6P1+qo= Received: by 10.211.179.6 with SMTP id g6mr7656910ebp.65.1249321491875; Mon, 03 Aug 2009 10:44:51 -0700 (PDT) Received: from ?10.0.0.71? (ginger.caret.cam.ac.uk [131.111.21.21]) by mx.google.com with ESMTPS id 28sm179048eyg.0.2009.08.03.10.44.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Aug 2009 10:44:51 -0700 (PDT) Sender: Ian Boston Message-Id: <1765B1C0-342C-47FD-A608-9799DB5B6E1B@TFD.CO.UK> From: Ian Boston To: users@jackrabbit.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Controlling who can modify groups. Date: Mon, 3 Aug 2009 18:44:49 +0100 X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi, Is there a standard way to control who can modify a group in the Jackrabbit User Manager Impl. IIUC, there appears to be a Group (default GroupAdmin) that grant the user write access to *all* groups, but no way of granting a user administrative rights over a subset of all groups. Is this correct, or have a missed something ? Ian