From user-return-21119-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Jun 7 15:02:33 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F703C9C1 for ; Thu, 7 Jun 2012 15:02:33 +0000 (UTC) Received: (qmail 38037 invoked by uid 500); 7 Jun 2012 15:02:31 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 38005 invoked by uid 500); 7 Jun 2012 15:02:31 -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 37995 invoked by uid 99); 7 Jun 2012 15:02:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 15:02:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pulkitsinghal@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-wg0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 15:02:25 +0000 Received: by wgbfg15 with SMTP id fg15so531013wgb.23 for ; Thu, 07 Jun 2012 08:02:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CwKO+ZRj7NT9ui6qS3Fx6zQIrfnuNaBeapGP+GECp1E=; b=N+e49vKBr313U8Spr+0hmOhMBZgV9xqGIyoisM8QkbNVGv0OWIvfUToObdo5z3CHUc 4I5aO3piuWvybdu+j93OFSSbv+L1vndBhm0FK6Zo2491OG4ISDwVQq0d66WsgiCfPZlf YT/mcYSdSIrrfPEpFmsiyiZrm9SbXbRNUuLMPHWU49K8sVzoI5YXuYtXmfZousvWAP0U ixBD0kAiZ61YwTjJYJZjVGmG+k9URhuof2d7RPklbPG//ddBGKmEXZliBE4EkTL52I1P U9zo2ihQ6k/9fB4pG/dcZ6xZwdhI4yEAKTmQveg+w+3HTPPi2ekDvD16yiWTpchdNCkc PBqA== MIME-Version: 1.0 Received: by 10.216.208.31 with SMTP id p31mr1060732weo.134.1339081323925; Thu, 07 Jun 2012 08:02:03 -0700 (PDT) Received: by 10.216.193.228 with HTTP; Thu, 7 Jun 2012 08:02:03 -0700 (PDT) Date: Thu, 7 Jun 2012 10:02:03 -0500 Message-ID: Subject: JSON structure for security object From: Pulkit Singhal To: CouchDB Content-Type: multipart/alternative; boundary=0016e6d6463da3517704c1e32aec X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d6463da3517704c1e32aec Content-Type: text/plain; charset=UTF-8 Has the JSON structure for security object changed in version 1.2.0 to use the members key instead of readers key? I ask because the Futon pop-up for the setting the security of a database, changed its terminology from "readers" to "members" and I find myself wondering if its a cosmetic change or something more. I know that at least the current info on the CouchDB wiki doesn't show any such change but it doesn't hurt to confirm :) http://wiki.apache.org/couchdb/Security_Features_Overview#Authorization { "admins" : { "names" : ["joe", "phil"], "roles" : ["boss"] }, "readers" : { "names" : ["dave"], "roles" : ["producer", "consumer"] } } --0016e6d6463da3517704c1e32aec--