Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 37173 invoked from network); 22 Feb 2010 21:29:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2010 21:29:42 -0000 Received: (qmail 3088 invoked by uid 500); 22 Feb 2010 21:29:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 3027 invoked by uid 500); 22 Feb 2010 21:29:40 -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 3016 invoked by uid 99); 22 Feb 2010 21:29:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2010 21:29:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of b.candler@pobox.com designates 208.72.237.25 as permitted sender) Received: from [208.72.237.25] (HELO sasl.smtp.pobox.com) (208.72.237.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2010 21:29:31 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 6589A9CFE5 for ; Mon, 22 Feb 2010 16:29:08 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=4/8Ab1xd1N6jWd2w/lh3VnP7HW8=; b=QIG4Lqc BVUAqK+/soS/+7v9WXSD07vfuFLLQB0WmkSNYzjztjg2WlcKvdy4GWPBzB22/l5c Oo8IctYbbXtLT2bpdSTogMCLxvsng0S4pJ189f3jxG1yZ0KAGjaj7lhnBsxsFu2d /FzXj5gGYzJO23lCqTCWYAgFJfH6cXkCcMiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sasl; b=LPbcidbaNv2oUprMWVwjK4VRoR/71iOOh sEty8OSXT0ASSeHYrcL/1aOyHeHEq1PNsKq43VOhc1SsjPtqZR+0YFxJsPfW0K+6 zHN/RsezAtofBu2ISV+t34rjG9AKSMCRiq98D1HvXlIp2DXxUxy2iAaCCd7+by8X XQkTxem1uo= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 631219CFE4 for ; Mon, 22 Feb 2010 16:29:08 -0500 (EST) Received: from zino (unknown [87.194.77.98]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 304F49CFE3 for ; Mon, 22 Feb 2010 16:29:08 -0500 (EST) Received: from lists by zino with local (Exim 4.69) (envelope-from ) id 1Njfpz-0002FO-0d for user@couchdb.apache.org; Mon, 22 Feb 2010 21:29:07 +0000 Date: Mon, 22 Feb 2010 21:29:06 +0000 From: Brian Candler To: user@couchdb.apache.org Subject: Re: basic auth Message-ID: <20100222212906.GA8607@uk.tiscali.com> References: <62AB94F5-0241-4B6F-87DE-89BDBC7802BA@sourcegarden.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62AB94F5-0241-4B6F-87DE-89BDBC7802BA@sourcegarden.de> User-Agent: Mutt/1.5.20 (2009-06-14) X-Pobox-Relay-ID: 4F641A88-1FF9-11DF-99C4-D83AEE7EF46B-28021239!a-pb-sasl-quonix.pobox.com On Mon, Feb 22, 2010 at 09:04:05PM +0100, Mario Scheliga wrote: > can i store my normal users in the db, when basicAuth is turned on > without having cookie_auth? Basic Auth against the _users db works for me in trunk (actually still with cookie auth on, but I can send an unsolicited Authorization: header instead of logging in to _session) However, in another mail you said you're using 0.10, and I don't know what level of support that has. Since you have 0.10 sitting in front of you, perhaps you can just try it in see?