You can edit the deployerConfigContext.xml to reference your local AuthenticationHandler and then re-generate the WAR file (you can use "ant war" in the localPlugins directory).
As for the value you should be replacing the Test Authenticationhandler with: It depends on how you are retrieving the username/passwords from your data store. We include handlers for database lookups, LDAP lookups, etc. or you can write a custom on. Are you looking at using one of the pre-built ones?
-Scott
On 11/5/06, Greg Rank <[EMAIL PROTECTED]> wrote:
Would I be correct in assuming that I can use the demo server war file for sso if first I modify the deployerConfigContext.xmland recompile it before deploying on tomcat?What should this value be to process usernames and passwords?class="org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler" />Are there any other server changes in deployerConfigContext.xml or any other place I need to make to get this to work?I will be using the casphp client from your website for three php applications for ssoand modifying three web.xml on three seperate java apps for sso per the cas site instructionsas an addendum to my previous post all of these applications will be served up on only one machine.ThanksGreg
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
