Return-Path: X-Original-To: apmail-shiro-dev-archive@www.apache.org Delivered-To: apmail-shiro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36AF5112D5 for ; Mon, 16 Jun 2014 10:25:04 +0000 (UTC) Received: (qmail 50741 invoked by uid 500); 16 Jun 2014 10:25:02 -0000 Delivered-To: apmail-shiro-dev-archive@shiro.apache.org Received: (qmail 50683 invoked by uid 500); 16 Jun 2014 10:25:02 -0000 Mailing-List: contact dev-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list dev@shiro.apache.org Received: (qmail 50150 invoked by uid 99); 16 Jun 2014 10:25:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 10:25:02 +0000 Date: Mon, 16 Jun 2014 10:25:02 +0000 (UTC) From: "Robert Kornmesser (JIRA)" To: dev@shiro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SHIRO-507) Website Features wrong - Kerberos MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Robert Kornmesser created SHIRO-507: --------------------------------------- Summary: Website Features wrong - Kerberos Key: SHIRO-507 URL: https://issues.apache.org/jira/browse/SHIRO-507 Project: Shiro Issue Type: Improvement Components: Web, Web Site Reporter: Robert Kornmesser Priority: Minor The Feature Page still announces Kerberos as out-of-the-box pluggable datasource, which is wrong, as [SHIRO-499|https://issues.apache.org/jira/browse/SHIRO-499] shows. Here is just a quick fix: {code} $ svn diff Index: authentication-features.md =================================================================== --- authentication-features.md (Revision 1602834) +++ authentication-features.md (Arbeitskopie) @@ -41,7 +41,7 @@ * **'Remember Me' built in** - Standard in the Shiro API is the ability to remember your users if they return to your application. You can offer a better user experience to your them with minimal development effort. -* **Pluggable data sources** - Shiro uses pluggable data access objects (DAOs), called Realms, to connect to security data sources like LDAP and Active Directory. To help you avoid building and maintaining integrations yourself, Shiro provides out-of-the-box realms for popular data sources like LDAP, Active Directory, Kerberos, and JDBC. If needed, you can also create your own realms to support specific functionality not included in the basic realms. +* **Pluggable data sources** - Shiro uses pluggable data access objects (DAOs), called Realms, to connect to security data sources like LDAP and Active Directory. To help you avoid building and maintaining integrations yourself, Shiro provides out-of-the-box realms for popular data sources like LDAP, Active Directory and JDBC. If needed, you can also create your own realms to support specific functionality not included in the basic realms. * **Login with one or more realms** - Using Shiro, you can easily authenticate a user against one or more realms and return one unified view of their identity. In addition, you can customize the authentication process with Shiro's notion of an authentication strategy. The strategies can be setup in configuration files so changes don't require source code modifications-- reducing complexity and maintenance effort. {code} -- This message was sent by Atlassian JIRA (v6.2#6252)