atom feed7 messages in net.java.dev.appfuse.issues[JIRA] Commented: (APF-118) Transitio...
FromSent OnAttachments
Nathan Anderson (JIRA)Jan 10, 2006 11:28 am 
Matt Raible (JIRA)Jan 10, 2006 11:38 am 
Matt Raible (JIRA)Jan 10, 2006 11:40 am 
Matt Raible (JIRA)Jan 10, 2006 2:46 pm 
Nathan Anderson (JIRA)Jan 11, 2006 10:00 am 
Matt Raible (JIRA)Jan 11, 2006 10:02 am 
Nathan Anderson (JIRA)Jan 11, 2006 10:08 am 
Subject:[JIRA] Commented: (APF-118) Transition Aceci authentication to use AppFuse UserDAO rather than JDBC for authentication
From:Nathan Anderson (JIRA) (iss@appfuse.dev.java.net)
Date:Jan 11, 2006 10:08:47 am
List:net.java.dev.appfuse.issues

[ http://issues.appfuse.org/browse/APF-118?page=comments#action_10458 ]

Nathan Anderson commented on APF-118: -------------------------------------

D'oh! I only read as far as the ">", which probably should have been a "<", but
the rest of the message would have cleared things up had I actually read it ;)

Transition Aceci authentication to use AppFuse UserDAO rather than JDBC for
authentication
------------------------------------------------------------------------------------------

Key: APF-118 URL: http://issues.appfuse.org/browse/APF-118 Project: AppFuse Type: Improvement Components: Security Versions: 1.8.2, 1.8.1, 1.8 Reporter: Nathan Anderson Assignee: Nathan Anderson Priority: Minor Fix For: 1.9 Attachments: UserAuthenticationManager.patch, acegi_integration.patch

Acegi is currently configured to use a JDBC provider for the user
authentication. This enhancement will replace that provider with one that uses
the currently configured UserDAO implementation.