From dev-return-6181-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Aug 29 13:49:55 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 63126 invoked from network); 29 Aug 2009 13:49:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Aug 2009 13:49:55 -0000 Received: (qmail 63079 invoked by uid 500); 29 Aug 2009 13:49:54 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 63001 invoked by uid 500); 29 Aug 2009 13:49:54 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 62991 invoked by uid 99); 29 Aug 2009 13:49:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 13:49:54 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 13:49:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B41C0234C004 for ; Sat, 29 Aug 2009 06:49:32 -0700 (PDT) Message-ID: <1470700817.1251553772729.JavaMail.jira@brutus> Date: Sat, 29 Aug 2009 06:49:32 -0700 (PDT) From: "Jan Lehnardt (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Closed: (COUCHDB-478) Modify couch_httpd_auth:get_user to read from [admins] in .ini config and fall back to using database In-Reply-To: <1756667312.1250770515109.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-478. -------------------------------- Resolution: Fixed Applied a fixed version of the patch in r809134 and 0.10.x. > Modify couch_httpd_auth:get_user to read from [admins] in .ini config and fall back to using database > ----------------------------------------------------------------------------------------------------- > > Key: COUCHDB-478 > URL: https://issues.apache.org/jira/browse/COUCHDB-478 > Project: CouchDB > Issue Type: Improvement > Components: HTTP Interface > Reporter: Jason Davies > Fix For: 0.10 > > Attachments: oauth_ini_users.2.patch, oauth_ini_users.3.patch, oauth_ini_users.patch > > > In the future we will make this pluggable (and orderable) but for now I think it is a sensible default to make oauth and cookie auth respect [admins] in the .ini as well as reading users from the database. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.