From user-return-4357-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Apr 09 18:01:01 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 33745 invoked from network); 9 Apr 2009 18:01:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 18:01:01 -0000 Received: (qmail 22721 invoked by uid 500); 9 Apr 2009 18:00:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 22649 invoked by uid 500); 9 Apr 2009 18:00:59 -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 22639 invoked by uid 99); 9 Apr 2009 18:00:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 18:00:59 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=FS_REPLICA,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alexweb@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 18:00:49 +0000 Received: by fg-out-1718.google.com with SMTP id e21so237100fga.3 for ; Thu, 09 Apr 2009 11:00:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=csgkmsP/DOWMP6G4eNgQP1SuXNRnNU7H+nFYAyktLQQ=; b=UQjs4sFa0TBCe5b5UZM3y7lNsgh/GzrKmZDlERYUohl5TeUig/ND7WCt9dYXheTov9 28xfOsZp+dn9D4YbpLo7Kh7RO7U0+Y7ROxM6Pm3Nr6SBEDTrdiWCjqtRVNO2TKV7B9Mq lafGmlCw5YOmQAnwB9zPMaWlRdzulMrN45/nI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=UP4RLiDTZKERNi3vzI0n+YLchAADhJp4+33OpK2Uz7WLCTkEIm/vzU2q5Jrld/95lk fzY5G+2t/5N+6BvyvYOgOsR0jtSeslgsXoBr3y5UvgpzJD4L7a73484onmNQ0UXuOgjo 9WIqyCDNdOvxfmk5gj/Vqm/eoQIT6lJ2Xa0Z4= Received: by 10.86.27.19 with SMTP id a19mr2015375fga.29.1239300028600; Thu, 09 Apr 2009 11:00:28 -0700 (PDT) Received: from alex-laptop.localnet ([93.85.58.192]) by mx.google.com with ESMTPS id d6sm506032fga.7.2009.04.09.11.00.27 (version=SSLv3 cipher=RC4-MD5); Thu, 09 Apr 2009 11:00:28 -0700 (PDT) From: Alexander To: user@couchdb.apache.org Subject: Re: Permissions and partial replication Date: Thu, 9 Apr 2009 21:00:40 +0300 User-Agent: KMail/1.11.2 (Linux/2.6.27-14-generic; KDE/4.2.2; i686; ; ) References: <200904091632.03736.alexweb@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary-00=_Ifj3JD0blXvjgza" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904092100.40385.alexweb@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org --Boundary-00=_Ifj3JD0blXvjgza Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > You need to distinguish between read permissions and write > permissions. Currently it is possible to restrict changes to a given > document to users who are listed on that document itself. This > restriction will hold for inbound replication as well as local edits. > Outbound replication is just reading, which does not have access > control at this time. > > Validation functions are applied on update, to local edits as well as > to inbound replication. Hi, thaks for the answer. Is there any place on the web where I can read more about validation functions in the couchdb? --Boundary-00=_Ifj3JD0blXvjgza--