Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 43821 invoked from network); 30 Nov 2009 22:31:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 22:31:43 -0000 Received: (qmail 11423 invoked by uid 500); 30 Nov 2009 22:31:43 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 11403 invoked by uid 500); 30 Nov 2009 22:31:43 -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 11393 invoked by uid 99); 30 Nov 2009 22:31:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 22:31:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Mon, 30 Nov 2009 22:31:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DEF68234C48D for ; Mon, 30 Nov 2009 14:31:20 -0800 (PST) Message-ID: <1193017268.1259620280901.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 22:31:20 +0000 (UTC) From: "Ted Zlatanov (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Updated: (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 [ https://issues.apache.org/jira/browse/CASSANDRA-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Zlatanov updated CASSANDRA-547: ----------------------------------- Attachment: auth.patch first attempt, please comment > 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 > Affects Versions: 0.5 > Reporter: Ted Zlatanov > Attachments: auth.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.