[ 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.