Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 82076 invoked from network); 21 Apr 2009 00:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Apr 2009 00:11:36 -0000 Received: (qmail 37763 invoked by uid 500); 21 Apr 2009 00:11:36 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 37693 invoked by uid 500); 21 Apr 2009 00:11:36 -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 37684 invoked by uid 500); 21 Apr 2009 00:11:36 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 37681 invoked by uid 99); 21 Apr 2009 00:11:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2009 00:11:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 21 Apr 2009 00:11:34 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1B33A118BB for ; Tue, 21 Apr 2009 00:11:13 +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, 21 Apr 2009 00:11:12 -0000 Message-ID: <20090421001112.28722.89038@eos.apache.org> Subject: [Couchdb Wiki] Update of "Security Features Overview" by SamuelWan 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 SamuelWan: http://wiki.apache.org/couchdb/Security_Features_Overview ------------------------------------------------------------------------------ - An overview of security features focusing on what CouchDB provides out of the box. Points of integration to other tiers may be mentioned but better elaborated elsewhere. + An overview of security features focusing on what CouchDB provides out of the box. === Authentication === CouchDB ships with basic authentication that compares user credentials to Admin accounts. See Setting_up_an_Admin_account for more details.