Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 40166 invoked from network); 28 Jul 2009 20:16:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jul 2009 20:16:18 -0000 Received: (qmail 489 invoked by uid 500); 28 Jul 2009 20:16:18 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 408 invoked by uid 500); 28 Jul 2009 20:16:18 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 399 invoked by uid 500); 28 Jul 2009 20:16:18 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 395 invoked by uid 99); 28 Jul 2009 20:16:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 20:16:18 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 20:16:15 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D7A8E118BF for ; Tue, 28 Jul 2009 20:15:53 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Tue, 28 Jul 2009 20:15:53 -0000 Message-ID: <20090728201553.11776.62751@eos.apache.org> Subject: [Couchdb Wiki] Update of "Authentication and Authorization" by CurtArnold X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by CurtArnold: http://wiki.apache.org/couchdb/Authentication_and_Authorization ------------------------------------------------------------------------------ The user_ctx record can be displayed using http://localhost:5984/_whoami on the SVN HEAD. + validate_doc_update functions (see ["Security Features Overview"]) can examine the user_ctx + and reject document modifications. == Proposals ==