From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2083 invoked by alias); 9 Apr 2014 13:34:36 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 2066 invoked by uid 89); 9 Apr 2014 13:34:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Apr 2014 13:34:35 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s39DYTbG006829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 Apr 2014 09:34:30 -0400 Received: from fche.csb (vpn-55-53.rdu2.redhat.com [10.10.55.53]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s39DYTUO007399; Wed, 9 Apr 2014 09:34:29 -0400 Received: by fche.csb (Postfix, from userid 2569) id 8F77558183; Wed, 9 Apr 2014 09:34:28 -0400 (EDT) Date: Wed, 09 Apr 2014 13:34:00 -0000 From: "Frank Ch. Eigler" To: Joel Brobecker Cc: Stan Shebs , gdb@sourceware.org Subject: Re: [GDB Wiki] Add editor privilege control Message-ID: <20140409133428.GG10969@redhat.com> References: <20140214030759.GC5485@adacore.com> <52FE61DD.6010000@earthlink.net> <20140303161227.GL4860@adacore.com> <20140409125330.GA21704@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140409125330.GA21704@adacore.com> User-Agent: Mutt/1.4.2.2i X-SW-Source: 2014-04/txt/msg00029.txt.bz2 Hi - On Wed, Apr 09, 2014 at 05:53:30AM -0700, Joel Brobecker wrote: > [...] > Frank - Do you know what would need to be done at the technical > level to protect ourselves? I would think we first create a EditorGroup > page in the wiki, then add the corresponding group and its privileges > in the wiki's configuration, right? [...] That's about it. Y'all can draft the EditorGroup page, then let me know when to flip the acl switches. The initial syntax is: #acl EditorGroup:read,write,delete,revert All:read #format wiki #language en Members of this group are allowed to edit the wiki. This is a community maintained list. As a member of EditorGroup you can add other users to this list but by doing so you vouch for them. * UserName * OtherUserName * YetAnotherUserName - FChE