From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12378 invoked by alias); 14 Feb 2014 03:08:03 -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 12325 invoked by uid 89); 14 Feb 2014 03:08:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 14 Feb 2014 03:08:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B03C111653A for ; Thu, 13 Feb 2014 22:07:57 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rOJglBBpEx8g for ; Thu, 13 Feb 2014 22:07:57 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4E44F11642E for ; Thu, 13 Feb 2014 22:07:57 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 880FBE0DAA; Fri, 14 Feb 2014 07:07:59 +0400 (RET) Date: Fri, 14 Feb 2014 03:08:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: [GDB Wiki] Add editor privilege control Message-ID: <20140214030759.GC5485@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00037.txt.bz2 Hello, I'd like to protect our wiki from spammers who regularly use it for their own purposes by adding read,write,delete,revert privileges to only known members of the GDB community. The model I'd like to follow is the model used in the GDB Wiki. See: http://gcc.gnu.org/wiki/EditorGroup The idea is that we start with a list of people who are allowed to edit. If anyone who's a legitimate contributor wants to edit the wiki as well, one of the users already in the group simply adds their name to the list. As far as I can tell from my reading of MoinMoin's documentation, this should be doable by first creating a group, which is done by creating a page whose name ends in Group. After that, I think we'll need to tweak the wiki configuration in order to have the ACL apply site-wide: http://moinmo.in/HelpOnConfiguration#acl We would remove all-but-read privileges to "All", and provide all privileges of members of the EditorGroup. Thoughts? Thank you, -- Joel