Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 90234 invoked from network); 16 Sep 2010 23:05:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Sep 2010 23:05:31 -0000 Received: (qmail 32987 invoked by uid 500); 16 Sep 2010 23:05:30 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 32940 invoked by uid 500); 16 Sep 2010 23:05:29 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 32932 invoked by uid 99); 16 Sep 2010 23:05:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 23:05:29 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of newmaniese@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 23:05:22 +0000 Received: by vws14 with SMTP id 14so2218778vws.11 for ; Thu, 16 Sep 2010 16:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=7Gwfflh2XinoksyuJmelDfweMqNHvNG7nqFu7/stTgM=; b=JlXGyASt3gINKdnlzx5M+6viYQ1a6OxQk7QiYwrKDRvjeoGMU+Rs/ZjGbD8icUAUJW edjcQomAux5UZpisp+2Iw5WS+gNYxTUTK3VPAtkWeLkt4MjquoYZh4UBXQ0wecDgrceK GrbpGXSpkBn23Va1DtrAGWvk47KnPVPftKs7g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rwPCFjT+KZx8WhaHIzhSgreTcyr8uPSExhmCCtIloDHq2iOkuEc156r7vLIzYGuhS1 a1zPr9CMFuxsvmshKX3Kqc4hqBPHhlUmVBRuheeVH+rMFkwSyhLs7rvUYNXf+v5SDvHd kLFpTqg4HP8xdev+93b+KEaZZLentf98u40Tw= MIME-Version: 1.0 Received: by 10.220.110.26 with SMTP id l26mr2160785vcp.279.1284678300579; Thu, 16 Sep 2010 16:05:00 -0700 (PDT) Received: by 10.220.186.2 with HTTP; Thu, 16 Sep 2010 16:05:00 -0700 (PDT) Date: Thu, 16 Sep 2010 19:05:00 -0400 Message-ID: Subject: Read Only Permissions for a database From: Michael To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001636832bfcc1b8e704906879da X-Virus-Checked: Checked by ClamAV on apache.org --001636832bfcc1b8e704906879da Content-Type: text/plain; charset=ISO-8859-1 I think this is a really stupid question, but I really can't figure it out. I have a database, which I want to be readable by everyone, but changeable by only admin. I look at the security of the database in futon and see admins and readers. Now I put someone into the readers or leave it blank and that person can still update and create documents. How do I create a database and make it read-only for the public? Ideally I would like what is the currently behavior for 'readers' for my applications and then only I have admin rights. Is this possible? Thanks in advance, Michael --001636832bfcc1b8e704906879da--