Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 36532 invoked from network); 19 Jan 2010 03:13:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2010 03:13:20 -0000 Received: (qmail 39146 invoked by uid 500); 19 Jan 2010 03:13:20 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 39089 invoked by uid 500); 19 Jan 2010 03:13:20 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 39079 invoked by uid 99); 19 Jan 2010 03:13:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2010 03:13:19 +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; Tue, 19 Jan 2010 03:13:17 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C167E234C495 for ; Mon, 18 Jan 2010 19:12:56 -0800 (PST) Message-ID: <859787936.326631263870776791.JavaMail.jira@brutus.apache.org> Date: Tue, 19 Jan 2010 03:12:56 +0000 (UTC) From: "Eric Evans (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Resolved: (CASSANDRA-547) authentication and authorization functions (stage 1) In-Reply-To: <905106190.1258049319798.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/CASSANDRA-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans resolved CASSANDRA-547. ---------------------------------- Resolution: Fixed > authentication and authorization functions (stage 1) > ---------------------------------------------------- > > Key: CASSANDRA-547 > URL: https://issues.apache.org/jira/browse/CASSANDRA-547 > Project: Cassandra > Issue Type: New Feature > Components: Core > Reporter: Ted Zlatanov > Assignee: Ted Zlatanov > Fix For: 0.7 > > Attachments: CASSANDRA-547-auth.patch, CASSANDRA-547-auth2-4eevans.patch > > > Add functions to login() and setKeyspace(). Check against authentication+authorization backends whether those calls should succeed or fail. > Create file-based and LDAP backends to implement authentication and authorization. > Create AllowAll backend to allow all access. > Add configuration stanza to specify the auth backend. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.